engineer-man / piston

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

Is there a way to piston on ARM? #659

Open HQGamerimkarton opened 6 months ago

HQGamerimkarton commented 6 months ago

If I try to start the docker container I get the following warning:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested exec /usr/local/bin/docker-entrypoint.sh: exec format error

Is there somehow a way to support ARM as well?

Cheers in advance