diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index 4a197dc..cfdcf7c 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -47,6 +47,8 @@ jobs: docker: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest needs: build env: @@ -68,15 +70,6 @@ jobs: name: Check if binary exists run: echo "missing program" - - - # Add support for more platforms with QEMU (optional) - # https://github.com/docker/setup-qemu-action - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - name: Log in to the Container registry uses: https://github.com/docker/login-action@v2 with: