Use pre-built image for go-skype-bridge on amd64 and arm64

Related to:

- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1992
- https://github.com/kelaresg/go-skype-bridge/pull/17
This commit is contained in:
Slavi Pantaleev
2022-08-02 07:48:19 +03:00
parent cdc95a8ab5
commit cf6e38a586
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
matrix_go_skype_bridge_enabled: true
matrix_go_skype_bridge_container_image_self_build: true
matrix_go_skype_bridge_container_image_self_build: false
matrix_go_skype_bridge_container_image_self_build_repo: "https://github.com/kelaresg/go-skype-bridge.git"
matrix_go_skype_bridge_container_image_self_build_branch: "{{ 'master' if matrix_go_skype_bridge_version == 'latest' else matrix_go_skype_bridge_version }}"