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

Memos unsupported arm on raspberry pi #101

Closed
f97-2308 opened this issue Jul 3, 2022 · 2 comments · Fixed by #103
Closed

Memos unsupported arm on raspberry pi #101

f97-2308 opened this issue Jul 3, 2022 · 2 comments · Fixed by #103

Comments

@f97-2308
Copy link

f97-2308 commented Jul 3, 2022

When I install memos on my raspberry pi using docker it gives me an unsupported arm64 error, is there any way to solve this?

Thanks very much.

root@pi:~# docker run --name memos --publish 5230:5230 --volume /www/wwwroot/note.f97.xyz:/var/opt/memos
 -e mode=prod -e port=5230 neosmemo/memos:0.1.3
Unable to find image 'neosmemo/memos:0.1.3' locally
0.1.3: Pulling from neosmemo/memos
97518928ae5f: Pull complete
0408c3031dd8: Pull complete
6cfeef34c3ab: Pull complete
d9f790065503: Pull complete
f7da0a14d252: Pull complete
Digest: sha256:b11e90f2ace97911b8cda578659adf4ff1079d3e5118d5701f330415bd2af4be
Status: Downloaded newer image for neosmemo/memos:0.1.3
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform 
(linux/arm64/v8) and no specific platform was requested
exec ./memos: exec format error
root@pi:~#

image

@boojack
Copy link
Member

boojack commented Jul 3, 2022

It might be a docker issue, please see: docker/for-linux#1170 (comment)

@boojack boojack linked a pull request Jul 3, 2022 that will close this issue
@boojack boojack reopened this Jul 3, 2022
@boojack
Copy link
Member

boojack commented Jul 3, 2022

arm64 platform is supported and will be releasing in next version. You can try it with the dev tag.

image

@boojack boojack closed this as completed Jul 3, 2022
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

Successfully merging a pull request may close this issue.

2 participants