3liz / lizmap-docker-compose

Run Lizmap stack with docker-compose
31 stars 42 forks source link

[ARM64] exec user process caused: exec format error #23

Closed jlstanus closed 1 year ago

jlstanus commented 2 years ago

Hi,

I'm using the odroid-C2 with 16gb ssd with ubuntu 20.04 minimal image. I'have the following issue after pulling the images. The start up meets an error: exec user process caused: exec format error

image

dmarteau commented 2 years ago

There is no prebuilt image for ARM arch. If you want ARM support you must go through the multiarch build process.

jlstanus commented 2 years ago

So i need to go to each service to try to build it's own image with --plateform linux/arm64 and refer it in the docker-compose file?

dmarteau commented 2 years ago

That's the idea.