-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Docker multi-platform images: linux/amd64,linux/arm{64,v8} #93
Merged
Conversation
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
danroux
force-pushed
the
multiplatform_images
branch
30 times, most recently
from
June 11, 2024 13:07
bb6fb94
to
73de9e7
Compare
danroux
force-pushed
the
multiplatform_images
branch
6 times, most recently
from
June 16, 2024 14:20
2b0f0a2
to
8037c0d
Compare
danroux
force-pushed
the
multiplatform_images
branch
3 times, most recently
from
June 20, 2024 19:44
c3c9b48
to
d81263c
Compare
danroux
changed the title
Build Docker images for multi-platforms:linux/amd64,linux/arm{64,v7}
Build Docker images for multi-platforms:linux/amd64,linux/arm{64,v8}
Jun 20, 2024
- 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
danroux
changed the title
Build Docker images for multi-platforms:linux/amd64,linux/arm{64,v8}
Build Docker multi-platform images:linux/amd64,linux/arm{64,v8}
Jun 20, 2024
danroux
changed the title
Build Docker multi-platform images:linux/amd64,linux/arm{64,v8}
Build Docker multi-platform images: linux/amd64,linux/arm{64,v8}
Jun 20, 2024
danroux
force-pushed
the
multiplatform_images
branch
from
June 20, 2024 20:07
d81263c
to
16ec650
Compare
danroux
added a commit
that referenced
this pull request
Jun 21, 2024
v0.14.0 ENHANCEMENTS: * Docker: Build Docker images for multi-platforms: linux/amd64,linux/arm{64,v8} [[GH-93](#93)] * ci/dependabot: docker:(deps): bump alpine from 3.19 to 3.20 [[GH-80](#80)] * ci/dependabot: docker:(deps): bump cypress/included from 13.11.0 to 13.12.0 [[GH-106](#106)] * ci/dependabot: docker:(deps): bump cypress/included from 13.9.0 to 13.11.0 [[GH-91](#91)] * ci/dependabot: docker:(deps): bump node from 22.1.0-bookworm-slim to 22.2.0-bookworm-slim [[GH-74](#74)] * ci/dependabot: docker:(deps): bump node from 22.2.0-bookworm-slim to 22.3.0-bookworm-slim [[GH-98](#98)] * ci/dependabot: gha:(deps): bump actions/checkout from 4.1.4 to 4.1.7 [[GH-99](#99)] * ci/dependabot: gha:(deps): bump docker/build-push-action from 5.3.0 to 6.0.2 [[GH-109](#109)] * ci/dependabot: gha:(deps): bump docker/login-action from 3.1.0 to 3.2.0 [[GH-82](#82)] * ci/dependabot: npm:(deps): bump @achrinza/node-ipc from 10.1.10 to 10.1.11 [[GH-83](#83)] * ci/dependabot: npm:(deps): bump @grpc/grpc-js from 1.10.7 to 1.10.8 [[GH-75](#75)] * ci/dependabot: npm:(deps): bump @grpc/grpc-js from 1.10.8 to 1.10.9 [[GH-96](#96)] * ci/dependabot: npm:(deps): bump @primer/octicons from 19.8.0 to 19.10.0 [[GH-108](#108)] * ci/dependabot: npm:(deps): bump vue from 3.4.27 to 3.4.29 [[GH-103](#103)] * ci/dependabot: npm:(deps): bump vue-router from 4.3.2 to 4.3.3 [[GH-95](#95)] * ci/dependabot: npm:(deps-dev): bump @babel/core from 7.23.9 to 7.24.7 [[GH-90](#90)] * ci/dependabot: npm:(deps-dev): bump @bufbuild/protobuf from 1.9.0 to 1.10.0 [[GH-86](#86)] * ci/dependabot: npm:(deps-dev): bump @vitejs/plugin-vue from 5.0.4 to 5.0.5 [[GH-88](#88)] * ci/dependabot: npm:(deps-dev): bump eslint from 9.2.0 to 9.5.0 [[GH-102](#102)] * ci/dependabot: npm:(deps-dev): bump sass from 1.70.0 to 1.77.6 [[GH-105](#105)] * ci/dependabot: npm:(deps-dev): bump vite from 5.2.11 to 5.3.1 [[GH-101](#101)] DEPENDENCIES: * yarn: Update to version 4.2.2 on package.json#packageManager [[GH-93](#93)] NOTES: * yarn: Set specific resolutions on package.json for rollup/wasm-node && [email protected] - rollup/rollup#5194 Failed to run on arm platforms #5194 [[GH-93](#93)] * yarn: Set supportedArchitectures to `arm64`, `x64` and os to linux on .yarnrc.yml - https://nodejs.org/docs/latest-v20.x/api/process.html#processarch [[GH-93](#93)]
Merged
danroux
added a commit
that referenced
this pull request
Jun 21, 2024
v0.14.0 ENHANCEMENTS: * Docker: Build Docker images for multi-platforms: linux/amd64,linux/arm{64,v8} [[GH-93](#93)] * ci/dependabot: docker:(deps): bump alpine from 3.19 to 3.20 [[GH-80](#80)] * ci/dependabot: docker:(deps): bump cypress/included from 13.11.0 to 13.12.0 [[GH-106](#106)] * ci/dependabot: docker:(deps): bump cypress/included from 13.9.0 to 13.11.0 [[GH-91](#91)] * ci/dependabot: docker:(deps): bump node from 22.1.0-bookworm-slim to 22.2.0-bookworm-slim [[GH-74](#74)] * ci/dependabot: docker:(deps): bump node from 22.2.0-bookworm-slim to 22.3.0-bookworm-slim [[GH-98](#98)] * ci/dependabot: gha:(deps): bump actions/checkout from 4.1.4 to 4.1.7 [[GH-99](#99)] * ci/dependabot: gha:(deps): bump docker/build-push-action from 5.3.0 to 6.0.2 [[GH-109](#109)] * ci/dependabot: gha:(deps): bump docker/login-action from 3.1.0 to 3.2.0 [[GH-82](#82)] * ci/dependabot: npm:(deps): bump @achrinza/node-ipc from 10.1.10 to 10.1.11 [[GH-83](#83)] * ci/dependabot: npm:(deps): bump @grpc/grpc-js from 1.10.7 to 1.10.8 [[GH-75](#75)] * ci/dependabot: npm:(deps): bump @grpc/grpc-js from 1.10.8 to 1.10.9 [[GH-96](#96)] * ci/dependabot: npm:(deps): bump @primer/octicons from 19.8.0 to 19.10.0 [[GH-108](#108)] * ci/dependabot: npm:(deps): bump vue from 3.4.27 to 3.4.29 [[GH-103](#103)] * ci/dependabot: npm:(deps): bump vue-router from 4.3.2 to 4.3.3 [[GH-95](#95)] * ci/dependabot: npm:(deps-dev): bump @babel/core from 7.23.9 to 7.24.7 [[GH-90](#90)] * ci/dependabot: npm:(deps-dev): bump @bufbuild/protobuf from 1.9.0 to 1.10.0 [[GH-86](#86)] * ci/dependabot: npm:(deps-dev): bump @vitejs/plugin-vue from 5.0.4 to 5.0.5 [[GH-88](#88)] * ci/dependabot: npm:(deps-dev): bump eslint from 9.2.0 to 9.5.0 [[GH-102](#102)] * ci/dependabot: npm:(deps-dev): bump sass from 1.70.0 to 1.77.6 [[GH-105](#105)] * ci/dependabot: npm:(deps-dev): bump vite from 5.2.11 to 5.3.1 [[GH-101](#101)] DEPENDENCIES: * yarn: Update to version 4.2.2 on package.json#packageManager [[GH-93](#93)] NOTES: * yarn: Set specific resolutions on package.json for rollup/wasm-node && [email protected] - rollup/rollup#5194 Failed to run on arm platforms #5194 [[GH-93](#93)] * yarn: Set supportedArchitectures to `arm64`, `x64` and os to linux on .yarnrc.yml - https://nodejs.org/docs/latest-v20.x/api/process.html#processarch [[GH-93](#93)]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
arm64
,x64
and os to linux on .yarnrc.yml