Open Deastrom opened 3 years ago
Not out of the box as even if I build the image with ARM the server executable is still x86_64.
The current way you can run x86_64 docker images on an ARM is via some sort of virtualisation. You either have to run a full VM on x86 or use emulators like https://github.com/ptitSeb/box86, I do want to investigate the latter at some point, but first I want to finish up the changes for v1.0
There is a promising tool for docker called https://github.com/gotoz/runq but sadly it does not support ARM yet, hopefully they will add it 👉🏼 gotoz/runq/issues/17
Is this supported on ARM processors?