-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build Docker multi-platform images: linux/amd64,linux/arm{64,v8} (#93)
- Docker: Switch to arm64v8/node:x-alpine base image - Docker/node: Upgrade to v20.14.0 - GHA: Set platforms on docker jobs - yarn: Set supportedArchitectures to `arm64`, `x64` and os to linux on .yarnrc.yml - yarn: Update to version 4.2.2 on package.json#packageManager
- Loading branch information
Showing
8 changed files
with
721 additions
and
864 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
```release-note:enhancement | ||
Docker: Build Docker images for multi-platforms: linux/amd64,linux/arm{64,v8} | ||
``` | ||
|
||
```release-note:note | ||
yarn: Set specific resolutions on package.json for rollup/wasm-node && typescript@4.9.5 | ||
|
||
- https://github.com/rollup/rollup/issues/5194 Failed to run on arm platforms #5194 | ||
``` | ||
|
||
```release-note:note | ||
yarn: Set supportedArchitectures to `arm64`, `x64` and os to linux on .yarnrc.yml | ||
|
||
- https://nodejs.org/docs/latest-v20.x/api/process.html#processarch | ||
``` | ||
|
||
```release-note:dependency | ||
yarn: Update to version 4.2.2 on package.json#packageManager | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
nodeLinker: node-modules | ||
nodeLinker: "node-modules" | ||
supportedArchitectures: | ||
cpu: | ||
- arm64 | ||
- x64 | ||
os: | ||
- linux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.