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

Raspberry PI: exec user process caused "exec format error" #2

Closed
brunetton opened this issue Jun 18, 2019 · 1 comment
Closed

Raspberry PI: exec user process caused "exec format error" #2

brunetton opened this issue Jun 18, 2019 · 1 comment

Comments

@brunetton
Copy link

brunetton commented Jun 18, 2019

Hi

I tried to use EdgeDB on a PI (Raspbian) using Docker, but I issued with this error:

root@raspberrypi:~# docker run -it --rm -p 5656:5656 -p 8888:8888 --name=edgedb-server -v /home/bruno/DB/:/var/lib/edgedb/data edgedb/edgedb
standard_init_linux.go:207: exec user process caused "exec format error"

Looks like something like this bug on emqx-docker project.

Do you have any idea ?
Thanks !

@brunetton
Copy link
Author

Answering to myself: as explained here, this is probably due to the fact that the image is compiled for Intel x86/x64, not for ARM.

So I'll have to cross-compile it and make an ARM image.

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

1 participant