jusito / docker-ttt

GMOD TTT server image
https://hub.docker.com/r/jusito/docker-ttt
MIT License
21 stars 10 forks source link

ARM Support (e.g. raspberry pi) #3

Open random-webdeveloper opened 4 years ago

random-webdeveloper commented 4 years ago

running it without detached mode gives me standard_init_linux.go:211: exec user process caused "exec format error" after that the container dies. I think i set it up correctly

jusito commented 4 years ago

The base image itself is for multiple architectures, iam unsure if I need to create additional for it to work. (the error message is one of the default errors you will get then). Does it work with detached mode?

If you clone the repo and build the image yourself, does this help?

  1. navigate to clones repo
  2. execute bash test/testBuild.sh
jusito commented 3 years ago

The problematic dependencies which aren't available on arm:

Even with hardware it looks like a lot of work and I don't have the hardware for testing, but I would be quite happy if you would contribute it. branch I prepared for it If you are looking for alternatives, I would probably testing with a good vserver. E.g. VPS 200 G8 2.62€ per month could work.

Trackhe commented 2 years ago

You can archiv this by setting an env while you build. https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/