On ARM runners I get this error:
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 /entrypoint.sh: exec format error
It would be nice to have a docker image that is built for ARM. The docker image can either be built on an ARM machine, or QEMU can be used to emulate ARM (though much slower).
On ARM runners I get this error:
It would be nice to have a docker image that is built for ARM. The docker image can either be built on an ARM machine, or QEMU can be used to emulate ARM (though much slower).