From cc90a470467b4144545985e4a787249b32c8c7be Mon Sep 17 00:00:00 2001 From: Wang Defa Date: Tue, 2 Dec 2025 14:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index c17378f..3444624 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -77,7 +77,7 @@ jobs: retention-days: 1 docker-images: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-amd64 needs: build-and-test if: github.ref_name == 'main' || github.ref_name == 'develop' || startsWith(github.ref, 'refs/tags/') steps: @@ -146,7 +146,7 @@ jobs: docker buildx build $BUILD_ARGS -t "${REGISTRY}/daemon:${TAG}" -f docker/Dockerfile.Daemon . release: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-amd64 needs: build-and-test if: startsWith(github.ref, 'refs/tags/') steps: