Skip to content
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

Support for Raspberry Pi (linux/arm64/v8) #122

Open
cornernote opened this issue Jun 22, 2024 · 1 comment
Open

Support for Raspberry Pi (linux/arm64/v8) #122

cornernote opened this issue Jun 22, 2024 · 1 comment

Comments

@cornernote
Copy link

Hello,

I moved my docker services from an intel server to a Raspberry Pi, and when starting this service I get an error:

# docker compose up -d

[+] Running 2/2
 ✔ Container mailrise                                                                                                                                      Started                                                                                                                                         0.2s 
 ! mailrise The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested   

The logs show that the binary file won't run:

# docker compose logs -f

mailrise  | exec /home/mailrise/.local/bin/mailrise: exec format error

Are there any plans to support linux/arm64/v8 ?

@sachapan
Copy link

There are already arm64 builds: https://hub.docker.com/r/yoryan/mailrise/tags

Your docker compose file appears to be hard coded to use the amd64 build. Either specify the arm64 build or remove the architecture altogether and docker will pull the matching one:

image yoryan/mailrise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants