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
Supposedly passing --platform linux/amd64 into docker build and docker run will do.
--platform linux/amd64
docker build
docker run
The text was updated successfully, but these errors were encountered:
Does this always work? what if you are running this from another os/arch?
Sorry, something went wrong.
A workflow to create multi-arch images: https://docs.microsoft.com/en-us/azure/container-registry/push-multi-architecture-images, github action for matrix multi architecture builds: https://pet2cattle.com/2021/09/build-multiarch-container-github-action
alexlokshin-czi
Successfully merging a pull request may close this issue.
Supposedly passing
--platform linux/amd64
intodocker build
anddocker run
will do.The text was updated successfully, but these errors were encountered: