Skip to content
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

Is it possible to add arm64 support? #63

Open
Nwhouse opened this issue Sep 21, 2020 · 4 comments
Open

Is it possible to add arm64 support? #63

Nwhouse opened this issue Sep 21, 2020 · 4 comments

Comments

@Nwhouse
Copy link

Nwhouse commented Sep 21, 2020

Hello.
It would be great if you can add arm64 support. I think there are a lot of us out there now who are using raspberry PI's. It would be awesome we could run our TS servers on this platform.

Thanks

@Legion2
Copy link

Legion2 commented Sep 21, 2020

I created a docker image for exagear, which is a translation layer for x86 applications https://github.com/Legion2/exagear-docker. You need an exagear license for raspberry pi and create your own docker image based on exagear. I'm using it myself to run ts on a raspberry pi 3 32bit.

@Bluscream
Copy link

Bluscream commented Sep 21, 2020

@solidus1983
Copy link

If your looking for ARM64 version try https://hub.docker.com/r/ertagh/teamspeak3-server , i have used it on my Raspi 3B the QEMU version without issues. In fact I was using it before using the x86/x64 version of teamspeak.

@odidev
Copy link

odidev commented Dec 9, 2020

I am also trying to build Teamspeak image on ARM64v8 architecture and I have used Dockerfile available in this and have successfully built an arm64 image but while testing using "docker run" command, getting the below syntax error:

   "/opt/ts3server/ts3server: line 1: syntax error: unexpected word (expecting ")")"  

 I have analyzed more into this issue and observed that the binaries available in teamspeak3-server tar file downloaded from releases is of x86-64 architecture.

I am unable to get the exact source of the binaries present at "https://files.teamspeakservices.com/releases/server/3.13.2/teamspeak3-server_linux_alpine-3.13.2.tar.bz2" to make it work on arm64.

May I know that is there any plan on adding arm64 support to teamspeak?

If you are interested on adding arm64 support to teamspeak, I am happy to contribute. But as a start it will be helpful if you point me to the source of teamspeak3-server.

Please let me know if any more information is required on the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants