Support multi-arch Docker builds #2234
kculmback-eig
started this conversation in
Ideas and feature requests
Replies: 1 comment
-
I don't think Alpine, the base image support armv7 (?) and only just found out about buildx, so in the meantime I just submitted a PR for an dockerfile that works on rpi. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to run the Streetmerchant Docker image on an arm based computer (such as a Raspberry Pi) results in an error:
Specifying a platform does not help:
In theory, it should be pretty easy to update the docker build commands to use docker buildx, which supports multi-arch builds: https://docs.docker.com/docker-for-mac/multi-arch/
Beta Was this translation helpful? Give feedback.
All reactions