Add proper configuration and docs to build multi-arch container-images

This commit is contained in:
2025-09-24 06:34:11 +02:00
parent 9c301fc03b
commit 877135c339
3 changed files with 7 additions and 0 deletions

View File

@@ -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'