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

@@ -52,3 +52,4 @@ Use a secure password and keep it in a password-manager.
== Cheat-Sheet
* The shortcut kbd:[Fn+1] toggles fans 100% (http://reddit.com/r/System76/comments/ol9a60[Ref])
* https://schoenwald.aero/posts/2025-01-27_podman-multiarch-image/[Create multiarch images with podman]

View File

@@ -81,6 +81,7 @@ apt_packages:
- polybar
- pulseaudio-utils
- python3-kubernetes
- qemu-user-static
- ripgrep
- rofi
- ruby-asciidoctor-kroki

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'