docker-elixir icon indicating copy to clipboard operation
docker-elixir copied to clipboard

v1.12.2 on mac M1 chip doesn't build

Open salalo opened this issue 4 years ago • 1 comments

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 avatar Aug 16 '21 09:08 salalo

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

salalo avatar Oct 05 '21 17:10 salalo