-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Error with Ubuntu 20.04 ARM64 #35
Comments
Ok @Renegade-Master got a littlbe bit further with
then adding the --platform param
then moving to the user with:
Created the folders and ran:
And get the permision denied & file not found error, can you guys help me? |
Just to test, is there a way to "bypass" the root error? Some people don't care that much and it this case I want to test if it could work. |
Can you run SteamCMD without using a Docker container on the same host? Also, the permissions issue in the current release [v2.0.0] only affects Docker-Compose. |
What image are you running to get SteamCMD working on ARM64? Also I have dropped the User stuff. If you check the README (which I updated ysterday) you can see the revised commands for Docker/Podman and Docker-Compose. |
Well it's your image, and saw your image is using debian bullseye, I also tried steam/steamcmd and it works! You just need to add the parameter like I said in the second comment (--platform linux/amd64), and it works because it's emulating it using qemu. I will check the updated guide and update asap! |
That's not quite the same error. The permissions issues appear to be resolved. Can you try to use Finally, try plain If none of those work, I can only assume that the emulation isn't working. Do you not need to configure Buildkit options for platform emulation? |
There was a env param needed to get steamcmd running before so I thought of adding it here,
This is the new log I'm getting
This is diffinetly an error with the EMULATION, not permissions. , I've reported this issue here as well on their repo. |
Well that is pretty crazy. Nice one for finding it though, and yeah, hopefully the issue can be resolved! It'd be nice to be able to use those free server instances for game hosting 🙂 I'm going to close this issue, but pin it to keep it around. |
Update regarding this, someone in the community made this possible! (With another docker image that emulates x64) |
Describe the bug
Cannot run it on ARM64
To Reproduce
Steps to reproduce the behavior:
Followed the exact same guide from the docker page, I modified the --detach param so I could see the logs. But I get an error , see screenshots
Expected behavior
The service should start.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: