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
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
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:
latest
matrix-bridge-appservice-slack
and hope that also compiles to ARMThe 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 belowDescribe 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 :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: