-
Notifications
You must be signed in to change notification settings - Fork 431
ARM support #153
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
Comments
So you switched to the default apt repo to obtain Erlang. That makes sense. Would a separate Dockerfile for ARM suffice? |
Looking at the http://packages.erlang-solutions.com/debian repo, they appear to have packages built for |
http://packages.erlang-solutions.com/debian/pool/esl-erlang_19.2-1~raspbian~jessie_armhf.deb is definitely going to be ARMv6 😄 |
With #167, we currently build the rabbitmq imagesfor the following architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x. |
It would be nice to have official ARM architecture support.
I got it working on the raspberry pi 3 with the following changes to the Dockerfile
https://gist.github.com/bd7d209f0dd007f461627cc8dc31fd63
The text was updated successfully, but these errors were encountered: