Skip to content

Commit 1c3fdad

Browse files
committed
website: re-generate commons
1 parent ad79b83 commit 1c3fdad

File tree

4 files changed

+416
-386
lines changed

4 files changed

+416
-386
lines changed

website/blog/_templates/blog-post-release-part-1-liquid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
title: xPack {{packageConfig.descriptiveName}} v{{xpackVersion}} released
3+
title: {{packageConfig.descriptiveName}} v{{xpackVersion}} released
44
seo_title: Version {{xpackVersion}} released
55
description: Version {{xpackVersion}} is a TODO maintenance/new release.
66
keywords:

website/docs/maintainer/_common/_content.mdx

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

253253
<CommonPlatformDockerBuild platform="linux-x64"/>
254254

255-
### Build the x64 Windows binaries
255+
### Build the ARM64 GNU/Linux binaries
256256

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

260260
```sh
261-
caffeinate ssh xbbli
261+
caffeinate ssh ampere
262262
```
263263

264-
<CommonPlatformDockerBuild platform="win32-x64"/>
264+
<CommonPlatformDockerBuild platform="linux-arm64"/>
265265

266-
### Build the ARM64 GNU/Linux binaries
266+
### Build the x64 Windows binaries
267267

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

271271
```sh
272-
caffeinate ssh ampere
272+
caffeinate ssh xbbli
273273
```
274274

275-
<CommonPlatformDockerBuild platform="linux-arm64"/>
275+
<CommonPlatformDockerBuild platform="win32-x64"/>
276276

277277
### Update the durations of the development builds
278278

0 commit comments

Comments
 (0)