Skip to content

Commit 4ffc9df

Browse files
committed
website: re-generate commons
1 parent 5ef6d4d commit 4ffc9df

File tree

3 files changed

+415
-385
lines changed

3 files changed

+415
-385
lines changed

website/docs/maintainer/_common/_content.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -239,27 +239,27 @@ caffeinate ssh xbbli
239239

240240
<CommonPlatformDockerBuild platform="linux-x64"/>
241241

242-
### Build the x64 Windows binaries
242+
### Build the ARM64 GNU/Linux binaries
243243

244-
Execute the Docker build on the production machine (`xbbli`);
244+
Execute the Docker build on the production machine (`ampere`);
245245
start a VS Code remote session, or connect with a terminal:
246246

247247
```sh
248-
caffeinate ssh xbbli
248+
caffeinate ssh ampere
249249
```
250250

251-
<CommonPlatformDockerBuild platform="win32-x64"/>
251+
<CommonPlatformDockerBuild platform="linux-arm64"/>
252252

253-
### Build the ARM64 GNU/Linux binaries
253+
### Build the x64 Windows binaries
254254

255-
Execute the Docker build on the production machine (`ampere`);
255+
Execute the Docker build on the production machine (`xbbli`);
256256
start a VS Code remote session, or connect with a terminal:
257257

258258
```sh
259-
caffeinate ssh ampere
259+
caffeinate ssh xbbli
260260
```
261261

262-
<CommonPlatformDockerBuild platform="linux-arm64"/>
262+
<CommonPlatformDockerBuild platform="win32-x64"/>
263263

264264
### Update the durations of the development builds
265265

0 commit comments

Comments
 (0)