mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-17 20:54:57 +00:00
Require self-building of rageshake for arm64
There are no arm64 images published.. yet
This commit is contained in:
parent
8339ebdf58
commit
306679103b
@ -2007,7 +2007,7 @@ matrix_corporal_matrix_registration_shared_secret: "{{ matrix_synapse_registrati
|
|||||||
# We don't enable rageshake by default.
|
# We don't enable rageshake by default.
|
||||||
matrix_rageshake_enabled: false
|
matrix_rageshake_enabled: false
|
||||||
|
|
||||||
matrix_rageshake_container_image_self_build: "{{ matrix_architecture not in ['amd64', 'arm64'] }}"
|
matrix_rageshake_container_image_self_build: "{{ matrix_architecture not in ['amd64'] }}"
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user