valheim-server icon indicating copy to clipboard operation
valheim-server copied to clipboard

ARM (Raspberry Pi 4) Support

Open Deastrom opened this issue 3 years ago • 1 comments

Is this supported on ARM processors?

Deastrom avatar Apr 29 '21 13:04 Deastrom

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

adaliszk avatar Apr 30 '21 11:04 adaliszk