-
-
Notifications
You must be signed in to change notification settings - Fork 417
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
Any support for RaspberryPi (Arm32v7) #109
Comments
Build the Docker Image on your RPi 3b+. |
I did that on my Pi cluster and it worked great. I can share the image if anyone needs it. |
@veverkap I'd love that |
@veverkap - Awesome! works like a charm. Thanks Nevertheless - I'd love to have Arm builds coming in the major docker hub |
@veverkap |
Yep, that seems to work for me too! Never mind my build :) |
I've noticed that all the ARM builds have a |
Yeah, cause it is not changed with a command before pushing. |
Getting
standard_init_linux.go:211: exec user process caused "exec format error"
- when running on Raspberry Pi 3b+.That's probably means that the project is compiled for 64 bit and i'm using 32bit.
Any workaround to make it work?
The text was updated successfully, but these errors were encountered: