adaliszk / valheim-server

A simple, lightweight and secure Valheim Dedicated Server docker image with Kubernetes Helm chart support.
GNU General Public License v3.0
39 stars 7 forks source link

ARM (Raspberry Pi 4) Support #32

Open Deastrom opened 3 years ago

Deastrom commented 3 years ago

Is this supported on ARM processors?

adaliszk commented 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