Skip to content

Commit 7d211b7

Browse files
committed
Restore self-building on ARM for Synapse for now
While v1.22.0 supposedly has multi-arch Docker images (thanks to matrix-org/synapse#7921), I can't them on Docker Hub yet, so I'm backing out of this change for now and letting people fall back to self-building there.
1 parent 70f0b97 commit 7d211b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

group_vars/matrix_servers

+1-1
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ matrix_client_element_jitsi_preferredDomain: "{{ matrix_server_fqn_jitsi if matr
917917
#
918918
######################################################################
919919

920-
matrix_synapse_container_image_self_build: "{{ matrix_architecture not in ['arm32', 'arm64', 'amd64'] }}"
920+
matrix_synapse_container_image_self_build: "{{ matrix_architecture not in ['amd64'] }}"
921921

922922
# When ma1sd is enabled, we can use it to validate email addresses and phone numbers.
923923
# 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.

0 commit comments

Comments
 (0)