edgedb / edgedb-docker

Official Docker Image packaging for EdgeDB
83 stars 16 forks source link

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

Closed brunetton closed 5 years ago

brunetton commented 5 years ago

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 commented 5 years ago

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.