joedwards32/CS2

build for linux/arm64

Laith- opened this issue · 2 comments

hey is it possible to get this built for arm64 servers or a multi-arch build? im a docker noob right now any help would be appreciated

Hi,

CS2 as provided by Valve doesn't have an aarch64 build.

Multi-arch builds end up using Qemu to translate between CPU instruction sets, which has a performance penalty.

So this is possible in principle, but I think it is too far from Valve's supported configurations for us to support here.

https://www.docker.com/blog/multi-arch-images/

Sorry for the late reply I really appreciate you getting back to me.

Yeah I understand the overhead that comes with emulation. My thought process was that there are companies giving out "always free tier" arm based compute instances that might be enough to still run a basic cs2 server even on emulation.