envygeeks / jekyll-docker

⛴ Docker images, and CI builders for Jekyll.
ISC License
993 stars 279 forks source link

exec user process caused "exec format error" #279

Open chrisw-devops opened 4 years ago

chrisw-devops commented 4 years ago

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

gsp8181 commented 4 years ago

What architecture is your ubuntu server?

Can you post the output of uname -m

chrisw-devops commented 4 years ago

The output is aarch64 @gsp8181

envygeeks commented 4 years ago

We don't build our images for Arm, only x86/64

bhirt commented 3 years ago

@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.

rjayasinghe commented 1 year ago

Same here. We would like to use Jekyll images on M1 Mac without emulation.