ci: install qemu-user-static before building
Some checks failed
Build container / build (push) Failing after 16s

This commit is contained in:
Job
2025-06-03 16:53:35 +02:00
parent 2ce492e2ea
commit ae2a990764

View File

@@ -7,6 +7,9 @@ jobs:
runs-on: container-builder
steps:
- uses: actions/checkout@v4
- name: Install qemu dependency
run: |
dnf install -y qemu-user-static-aarch64
- name: Build
uses: redhat-actions/buildah-build@v2
with: