We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current image published only supports amd64, which crashes when used on new M1 Macbooks.
I was able to get this to work with the existing docker file locally using docker's buildx command and targeting multiple platforms:
buildx
https://docs.docker.com/buildx/working-with-buildx/#build-multi-platform-images
It appears that since you are using Azure DevOps for CI, it can be achieved similar to this: https://www.frakkingsweet.com/build-multi-architecture-images-in-azure-devops/
It looks like your existing containers for the build and runtime images already support arm64 architecture.
The text was updated successfully, but these errors were encountered:
Can you make a PR?
Sorry, something went wrong.
@bweber Did you have time to make a PR for this?
Else I'll close this issue.
@bweber Can you check version 1.6.8 ?
StefH
No branches or pull requests
Current image published only supports amd64, which crashes when used on new M1 Macbooks.
I was able to get this to work with the existing docker file locally using docker's
buildx
command and targeting multiple platforms:https://docs.docker.com/buildx/working-with-buildx/#build-multi-platform-images
It appears that since you are using Azure DevOps for CI, it can be achieved similar to this: https://www.frakkingsweet.com/build-multi-architecture-images-in-azure-devops/
It looks like your existing containers for the build and runtime images already support arm64 architecture.
The text was updated successfully, but these errors were encountered: