Add proper configuration and docs to build multi-arch container-images
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -81,6 +81,7 @@ apt_packages:
|
||||
- polybar
|
||||
- pulseaudio-utils
|
||||
- python3-kubernetes
|
||||
- qemu-user-static
|
||||
- ripgrep
|
||||
- rofi
|
||||
- ruby-asciidoctor-kroki
|
||||
|
||||
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