瀏覽代碼

Use pre-build arm64 version of Hydrogen image

pull/2336/head
Matthew Cengia 3 年之前
父節點
當前提交
5514c7d0f7
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 652968EE25069D6F
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers 查看文件

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

matrix_client_hydrogen_enabled: false

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

# Normally, matrix-nginx-proxy is enabled and nginx can reach Hydrogen over the container network.
# If matrix-nginx-proxy is not enabled, or you otherwise have a need for it, you can expose


Loading…
取消
儲存