diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1dabded..723f1fb 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -4,9 +4,12 @@ on: jobs: build: - runs-on: container-builder + runs-on: citadel-container-builder steps: - uses: actions/checkout@v4 + - name: Install qemu dependency + run: | + sudo dnf install -y qemu-user-static-aarch64 - name: Build uses: redhat-actions/buildah-build@v2 with: