exec user process caused "exec format error"
When I attempt to run docker run jekyll/jekyll:latest I receive the error exec user process caused "exec format error".
This works for me on my Windows machine, but not on my Ubuntu 20.04 server.
Running Docker version 19.03.9
What architecture is your ubuntu server?
Can you post the output of uname -m
The output is aarch64 @gsp8181
We don't build our images for Arm, only x86/64
@envygeeks would you be open to adding arm support if someone else did the work? I need to deploy to arm also. I thought I would check here first before I go create my own solution.
Same here. We would like to use Jekyll images on M1 Mac without emulation.