diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 6d8b4cc..3e425ca 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -52,10 +52,11 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - name: Set up qemu - uses: docker/setup-qemu-action@v3 - # run: | - # sudo apt-get update - # sudo apt-get install -y qemu-user-static + # Will not work out of the box; instead using dind + # uses: docker/setup-qemu-action@v3 + run: | + sudo apt-get update + sudo apt-get install -y qemu-user-static - name: Create builder context id: buildx-context run: |