Sfoglia il codice sorgente

Revert "Restore self-building on ARM for Synapse for now"

This reverts commit 7d211b71e2.

The multi-arch images are now available, as discussed in #699 (Github Issue).
pull/700/head
Slavi Pantaleev 5 anni fa
parent
commit
56ebeb1ae2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Vedi File

@@ -921,7 +921,7 @@ matrix_client_element_jitsi_preferredDomain: "{{ matrix_server_fqn_jitsi if matr
# #
###################################################################### ######################################################################


matrix_synapse_container_image_self_build: "{{ matrix_architecture not in ['amd64'] }}"
matrix_synapse_container_image_self_build: "{{ matrix_architecture not in ['arm32', 'arm64', 'amd64'] }}"


# When ma1sd is enabled, we can use it to validate email addresses and phone numbers. # When ma1sd is enabled, we can use it to validate email addresses and phone numbers.
# Synapse can validate email addresses by itself as well, but it's probably not what we want by default when we have an identity server. # Synapse can validate email addresses by itself as well, but it's probably not what we want by default when we have an identity server.


Caricamento…
Annulla
Salva