Error when running with Docker - Container does not start
momab opened this issue · 4 comments
Hi there,
When running Sucks with Docker, the Container does not seem to start.
It gives the Error exec user process caused "exec format error".
OS: Raspbian 10
System: Raspberry Pi 4 B
I cannot get the Container to start, when running the Command stated in your Readme.
Greetings,
Max
It's currently building for linux/amd64 only on Dockerhub. I need to look into multiarch and having it build for arm as well.
If you want a docker image in the meantime, you can manually create it with the commands here:
https://github.com/bmartin5692/bumper#docker-build
I went through the following docs (https://docs.docker.com/docker-for-mac/multi-arch/). The latest build should now be available from Pis if you try to pull again.
ToDo: Make this happen via CI
Thanks very much!
Now it‘s working!
Now I just have to see why the Sucks Command doesn’t work...
Hi, can you help me with #125 ?