Skip to content
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

Docker build for arm64 #105

Open
ms-ati opened this issue Apr 6, 2023 · 1 comment
Open

Docker build for arm64 #105

ms-ati opened this issue Apr 6, 2023 · 1 comment
Labels
feature New feature or request

Comments

@ms-ati
Copy link

ms-ati commented Apr 6, 2023

Feature Request

Feature Suggestion

In addition to the wonderful Docker image built for amd64, would it be possible to set it up to also automatically build and publish for arm64?

Context

Running both locally on Mac M1, and remotely in arm64 CI system, is made easier if toolchains have arm64 docker images. The alternative is to make local builds or to forgo the use of the Docker images

@ms-ati ms-ati added the feature New feature or request label Apr 6, 2023
@ms-ati
Copy link
Author

ms-ati commented Apr 8, 2023

According to the documentation, is it possible for you to simply build the existing Dockerfile and push it for multiple architectures like this?

 docker buildx build --platform linux/amd64,linux/arm64 -t <username>/<image>:latest --push .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant