浏览代码

Require self-building of rageshake for arm64

There are no arm64 images published.. yet
pull/2510/head
Slavi Pantaleev 3 年前
父节点
当前提交
306679103b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers 查看文件

@@ -2007,7 +2007,7 @@ matrix_corporal_matrix_registration_shared_secret: "{{ matrix_synapse_registrati
# We don't enable rageshake by default.
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'] }}"

######################################################################
#


正在加载...
取消
保存