Include multi-architecture docker image generation in docker-publish.yml#419
Open
imadreamerboy wants to merge 4 commits intoalexemanuelol:masterfrom
Open
Include multi-architecture docker image generation in docker-publish.yml#419imadreamerboy wants to merge 4 commits intoalexemanuelol:masterfrom
imadreamerboy wants to merge 4 commits intoalexemanuelol:masterfrom
Conversation
Add multi-architecture docker image generation including arm64 to `docker-publish.yml`. * Add `docker/setup-qemu-action@v2` to set up QEMU for emulating different CPU architectures. * Add `docker/setup-buildx-action@v2` to set up Docker Buildx for multi-architecture builds. * Specify `platforms: linux/amd64,linux/arm64` in the `docker/build-push-action@v6` step to include arm64 architecture. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/alexemanuelol/rustplusplus?shareId=XXXX-XXXX-XXXX-XXXX).
* **GitHub Actions Workflow** - Add `docker/setup-buildx-action@v2` to set up Docker Buildx for multi-architecture builds - Add `platforms: linux/amd64,linux/arm64` to the `docker/build-push-action@v6` step to specify the architectures - Add `docker/setup-qemu-action@v2` to set up QEMU for emulating different CPU architectures * **Dockerfile** - Update the base image to use the native arm base image of nodejs
psykzz
approved these changes
May 17, 2025
This file contains hidden or 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
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.
Add multi-architecture docker image generation including arm64 to
docker-publish.yml.docker/setup-qemu-action@v2to set up QEMU for emulating different CPU architectures.docker/setup-buildx-action@v2to set up Docker Buildx for multi-architecture builds.platforms: linux/amd64,linux/arm64in thedocker/build-push-action@v6step to include arm64 architecture.For more details, open the Copilot Workspace session.