mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-05 23:10:23 +00:00
Use BuildKit for ma1sd Docker building
Newer versions (`master`) use things like `--platform=...`, which are not supported unless we enable the new BuildKit building backend.
This commit is contained in:
parent
e1690722f7
commit
9e936e45ad
|
@ -84,7 +84,7 @@
|
|||
register: matrix_ma1sd_git_pull_results
|
||||
|
||||
- name: Ensure ma1sd Docker image is built
|
||||
shell: "./gradlew dockerBuild"
|
||||
shell: "DOCKER_BUILDKIT=1 ./gradlew dockerBuild"
|
||||
args:
|
||||
chdir: "{{ matrix_ma1sd_docker_src_files_path }}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user