ReinerNippes / nextcloud_on_docker

Run Nextcloud in Docker Container on various Linux Hosts
MIT License
203 stars 48 forks source link

ARM(64) support for Talk #45

Closed ServError closed 4 years ago

ServError commented 4 years ago

What's currently blocking support of Talk on arm(64) architectures? Is the current TURN server incompatible?

ServError commented 4 years ago

Answering my own question, instrumentisto/coturn currently only provides x86_64 images, and there doesn't seem to be a good option for an arm64 image.

Edit - Building my own image off of the dev branch of https://github.com/instrumentisto/coturn-docker-image/ yielded an image I could then reference the tag of in the group_vars yml. After that I made some changes to the x86 checks for the Talk/TURN/Cert Dumper portions of the playbook files.

Everything seems to be working, but it needs more testing.