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

v1.12.2 on mac M1 chip doesn't build #24

Open
salalo opened this issue Aug 16, 2021 · 1 comment
Open

v1.12.2 on mac M1 chip doesn't build #24

salalo opened this issue Aug 16, 2021 · 1 comment

Comments

@salalo
Copy link

salalo commented Aug 16, 2021

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:

Screenshot 2021-08-16 at 11 22 16

I've tried different ELIXIR_DOWNLOAD_SHA256 hashes from here but none of them seems to work.

@salalo
Copy link
Author

salalo commented Oct 5, 2021

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

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

No branches or pull requests

1 participant