Add proper configuration and docs to build multi-arch container-images
This commit is contained in:
5
main.yml
5
main.yml
@@ -27,4 +27,9 @@
|
||||
- name: Ensure helm diff
|
||||
tags: [packages]
|
||||
shell: helm plugin install https://github.com/databus23/helm-diff
|
||||
- name: Configure QEMU for multiarch podman builds
|
||||
tags: [packages]
|
||||
become: yes
|
||||
shell: podman run --rm --privileged docker.io/multiarch/qemu-user-static --reset -p yes
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user