-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
"Failed to launch" on Raspberry Pi 4 (arm64) #74
Comments
Same here on a Rockchip SOC:
Device is a FriendlyElec NanoPi R6s. It's a arm64 SBC. Thanks! |
Same error on MacOS M1 chip with the build aarch64 image
|
In the meantime, try using |
This issue is still present but I have a workaround for you. With this you can execute the amd64-image on the raspberry pi (arm64). Firstly run this: Next download the amd64 image: The last command to run is: If you use portainer: You can't update it within portainer. It just doesn't work. For this you need to run the last 2 commands again. If you don't need this anymore, you can uninstall it with: |
@Lolen10 How much CPU and RAM does a container running that image consume compared to the one made for arm64? I am wondering if using QEMU is very taxing or just barely. |
@schklom I don't use this anymore, as it (somehow) doesn't work on my new Raspberry Pi 5 anymore (I migrated to RPi 5). When I used it on my RPi 4 back then it worked just fine. But now to your question. My old RPi 4 had 1GB RAM and it was running along with some other containers. So I guess the RAM and CPU usage wasn't that high. But might be a bit higher than native. |
For anyone still having this issue, I am maintaining a patched version of this project (the small change is shown at https://github.com/schklom/Mirror-workflows/blob/a988066fe67e0f67f14a349288a40f909f7e6355/.github/workflows/Sync%2Bbuild%2Bpush%20Protonmail-bridge.yml#L72-L75) so that "build" image can compile for I will deprecate it when this image is patched #97 or if the dev finds a better solution and this image compiles https://github.com/shenxn/protonmail-bridge-docker/actions/workflows/build.yaml (). I use it personally on |
Getting the following output when running the docker command with the latest
build
version.Running with version
2.4.0-build
, works though.Operating system:
Anything I am missing?
Cheers
The text was updated successfully, but these errors were encountered: