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

Arm compatibility

Open auger666 opened this issue 2 years ago • 3 comments

thank you for the great work, have already spent hours playing again with some friends. is it somehow possible to get the whole thing running on an arm based docker machine?

auger666 avatar Oct 24 '22 13:10 auger666

Unfortunately, the binaries are not ARM compatible and I could not find any project that started working on that.

Roemer avatar Mar 09 '23 10:03 Roemer

The newest OldUnreal469d patch actually includes arm binaries, open for a PR to include this.

Roemer avatar Dec 12 '23 20:12 Roemer

@Roemer Change ubuntu to debian and you'll be able to build for ARM. You run your server in a 32-bit x86 compatible environment. So your ARM version will be the same as your AMD64 - it'll still use the 32-bit x86 compatible environment. Recent Ubuntu version have issues with 32 bit packages, especially on ARM. They removed them from their repositories but debian seems to have a solid support for those even in the recent versions.

t3r6 avatar Jul 06 '24 19:07 t3r6