Upgrade matrix-corporal (2.2.2 -> 2.2.3) and disable self-building on ARM32/ARM64
2.2.3 is the first container image tag that is available as a multi-arch image with support for linux/amd64, linux/arm64/v8 (arm64) and linux/arm/v7 (arm32), so self-building is no longer necessary on all these platforms.
This commit is contained in:
		| @@ -1059,7 +1059,7 @@ matrix_bot_mjolnir_systemd_required_services_list: | | ||||
|  | ||||
| matrix_corporal_enabled: false | ||||
|  | ||||
| matrix_corporal_container_image_self_build: "{{ matrix_architecture != 'amd64' }}" | ||||
| matrix_corporal_container_image_self_build: "{{ matrix_architecture not in ['amd64', 'arm32', 'arm64'] }}" | ||||
|  | ||||
| # Normally, matrix-nginx-proxy is enabled and nginx can reach matrix-corporal over the container network. | ||||
| # If matrix-nginx-proxy is not enabled, or you otherwise have a need for it, you can expose | ||||
|   | ||||
		Reference in New Issue
	
	Block a user