-
Notifications
You must be signed in to change notification settings - Fork 17
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
ARM docker image does not work on arm32v7 (raspberry pi 3) #2
Comments
@pabloromeo the latest tags should now work with 32/64bit os. |
Unfortunately that did not work, and still got the same error. In case it's useful to anyone, the fork is: And the docker image is available at: |
how about you send a PR so that the author can look at it and fix his own too |
Well, I didn't do that because it's not really an issue in the code itself. It's more related to how the build pipelines and architectures are set up. I just did a quick and dirty implementation solely focusing on ARM 32 bit, to run on my raspberry pi. If these images start working on 32 bit ARM then i'll kill my repo since it won't be useful anymore. |
@pabloromeo Veerrry late response, but if you are still interested, this might work now. (Different build process / Docker fixed their armhf base images..) |
The docker image tagged as arm appears to be only 64bit, and doesn't run on Raspberry pi 3. Errors out with the standard arch mismatch error:
The text was updated successfully, but these errors were encountered: