-
Notifications
You must be signed in to change notification settings - Fork 87
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
Can't build the image on a raspberry pi #33
Comments
Hi, I also tried to deploy Mopidy on a Raspberry Pi 2 model B with Balena Cloud (previously known as Resin.io) using : but deployment failed. Here is the log:
So help will be great! Kind regards |
The image should be pushed as a Multi Arch image. Then one would not have to care whether the base arch is amd, arm, aarch, x86, etc. I attempted to build the image for Arm64 on RaspberryPi with Ubuntu.
When I look up this error, all the solutions show the Dockerfile is indeed correct. When I build on Amd64 arch, the image is built just fine. |
Would like to see this officially supported on arm/arm64 as well. |
Hi!
I am trying to build this image on a raspberry pi 3 (rasbian), but the process gets stuck at the
Dockerfile
instruction:This tosses a generic error which is not very interesting. However, if I open a bash shell into the container and I try to install manually the first package that fails with
$ pip install cffi==1.14.1
I get this:Any thoughts?
Thanks!!
The text was updated successfully, but these errors were encountered: