engineer-man / piston

A high performance general purpose code execution engine.
https://emkc.org/run
MIT License
1.88k stars 238 forks source link

Add ARM64 Docker image support #617

Open redhyper9 opened 1 year ago

redhyper9 commented 1 year ago

Please add docker image for ARM64.

Here is the error I'm getting when trying to run piston on a ARM64 machine:

# docker run \
    -v $PWD:'/piston' \
    --tmpfs /piston/jobs \
    -dit \
    -p 2000:2000 \
    --name piston_api \
    ghcr.io/engineer-man/piston

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
realtux commented 1 year ago

i don't think we've ever had anyone attempt to run this on arm arch.

kewp commented 10 months ago

I'm getting the same error on my M1 mac