matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

ARM Support for matrix-bridge-appservice-slack

Open nickypro opened this issue 2 years ago • 1 comments

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:

  • to be able to self build matrix-bridge-appservice-discord for ARM
  • change the version to latest
  • just wait until there is a new stable matrix-bridge-appservice-slack and hope that also compiles to ARM

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

nickypro avatar Jun 24 '22 01:06 nickypro

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.

spantaleev avatar Jun 24 '22 07:06 spantaleev