diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1dabded..321acbb 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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: