spantaleev / matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.92k stars 1.05k forks source link

ARM Support for matrix-bridge-appservice-slack #1893

Open nickypro opened 2 years ago

nickypro commented 2 years ago

Is your feature request related to a problem? Please describe. Current default docker image of matrix-bridge-appservice-slack does not work on this playbook, while it probably should.

Describe the solution you'd like Any of these options is fine:

The first option might be good since there is a related issue https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1890 for matrix-bridge-appservice-discord which does not have the workaround shown below

Describe alternatives you've considered Currently the image on docker hub only has ARM support for the latest version. https://hub.docker.com/r/matrixdotorg/matrix-appservice-slack/tags Currently I have manually changed my config file to :

matrix_appservice_slack_version: latest

It may be easiest to just wait until there is a new stable release, and point people to this fix until then.

Additional context Container always fails when starting up:

    WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
spantaleev commented 2 years ago

If they have ARM support for latest, then it's probably just a matter of time before a tagged release appears. We'd better wait.

You can open an issue at their repository asking for a release, etc.