Use pre-built arm64 image for ma1sd

ma1sd 2.4.0 announced experimental support for arm64.
We're making use of those arm64 images instead of self-building.
This commit is contained in:
Slavi Pantaleev
2020-06-29 14:53:23 +03:00
parent f30d5e0950
commit 635f385971
2 changed files with 14 additions and 2 deletions

View File

@ -5,7 +5,9 @@ matrix_ma1sd_enabled: true
matrix_ma1sd_container_image_self_build: false
matrix_ma1sd_docker_image: "ma1uta/ma1sd:2.4.0"
matrix_ma1sd_architecture: "amd64"
matrix_ma1sd_docker_image: "ma1uta/ma1sd:2.4.0-{{ matrix_ma1sd_architecture }}"
matrix_ma1sd_docker_image_force_pull: "{{ matrix_ma1sd_docker_image.endswith(':latest') }}"
matrix_ma1sd_base_path: "{{ matrix_base_data_path }}/ma1sd"