diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 47f7467..9f70c3f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: retention-days: 1 - run: echo "🍏 This job's status is ${{ job.status }}." tag-only-job: - runs-on: workstation + runs-on: ci-tools # if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') needs: Explore-Gitea-Actions steps: @@ -36,5 +36,8 @@ jobs: name: build path: build - run: ls -al build - - run: docker info + - name: Set up QEMU + uses: docker/setup-qemu-action@master + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@master - run: echo "Generate release" \ No newline at end of file