-
Notifications
You must be signed in to change notification settings - Fork 32
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
getting: "exec format error" #68
Comments
Are you on an ARM system, by any chance? Note that the current Docker image for rekcod ( $ docker image inspect nexdrew/rekcod:3.0.0 | grep Architecture
"Architecture": "amd64", (You'd run into this same problem on a 32 bit system as well.) If this is the problem, then it sounds like we need to figure out a way to build multi-arch images for rekcod... 🤔 |
Yes, it was on a raspberry pi 🙂 |
Ok, I've learned a bit from this blog about how to build images for multiple platforms: https://www.docker.com/blog/multi-arch-images/ It essentially boils down to enabling and using the I'll give this a shot and let you know how it goes. |
I successfully pushed a special tag called Give this a shot and let me know how it goes: docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nexdrew/rekcod:3.0.0arm something |
Your arm version worked fine for me, thanks! May I suggest you add the tag to Docker Hub ? |
When running this
the response is:
The text was updated successfully, but these errors were encountered: