-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ARM Architecture #96
Comments
Just a heads up I ran this on my server. Ryzen 3700x 32gb ram and it gets server overloaded messages randomly. Not sure how strong of an arm server you have but it takes a decent amount of horsepower. This was with 3-4 people playing. |
Mx processors are quite strong. I also want to run server on my Mx machine, so... arm64 support will be nice. |
👍 here |
yes please |
Until the devs release ARM builds of the server binaries, I cannot make this happen unfortunately. |
Root Cause/Problem
When running
docker compose up -d
I get the following error in my logsI believe this is due to me running it on an M3 Macbook Pro and your image only supports x86_64/amd64 architecture.
Solution
Would you be willing to update your image to support ARM architecture?
The text was updated successfully, but these errors were encountered: