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
I'm trying to build docker image using elixir 1.12.2 from here.
Because it's M1 and I'm trying to compose linux amd64 I have to use docker buildx build --platform linux/amd64 -t test . for building.
docker buildx build --platform linux/amd64 -t test .
Because buildx uses qemu I get this error:
I've tried different ELIXIR_DOWNLOAD_SHA256 hashes from here but none of them seems to work.
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/68814560/building-docker-amd64-images-on-mac-m1-chip
As described here the fastest solution is to run it on VM
Sorry, something went wrong.
No branches or pull requests
I'm trying to build docker image using elixir 1.12.2 from here.
Because it's M1 and I'm trying to compose linux amd64 I have to use
docker buildx build --platform linux/amd64 -t test .
for building.Because buildx uses qemu I get this error:
I've tried different ELIXIR_DOWNLOAD_SHA256 hashes from here but none of them seems to work.
The text was updated successfully, but these errors were encountered: