docker-elixir
docker-elixir copied to clipboard
v1.12.2 on mac M1 chip doesn't build
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.
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