Roemer / ut99-server

A dockerfile for a fully functional and easy configurable Unreal Tournament 99 server.
MIT License
87 stars 28 forks source link

Arm compatibility #19

Open auger666 opened 2 years ago

auger666 commented 2 years ago

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?

Roemer commented 1 year ago

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

Roemer commented 11 months ago

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

t3r6 commented 4 months ago

@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.