From 9df180310ec881952aa926f3852a9ba0587d7a7d Mon Sep 17 00:00:00 2001 From: dany Date: Wed, 24 Jul 2024 15:12:17 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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