diff --git a/.gitea/workflows/release-nightly.yml b/.gitea/workflows/release-nightly.yml index c82c9a6..204816c 100644 --- a/.gitea/workflows/release-nightly.yml +++ b/.gitea/workflows/release-nightly.yml @@ -20,9 +20,6 @@ jobs: with: fetch-depth: 0 # all history for all branches and tags - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - name: Set up Docker BuildX uses: docker/setup-buildx-action@v3 @@ -46,7 +43,7 @@ jobs: target: basic platforms: | linux/amd64 - linux/arm64 +# linux/arm64 push: true tags: | reg.liteyuki.icu/comp/liteyuki-runner:latest @@ -59,7 +56,7 @@ jobs: target: dind platforms: | linux/amd64 - linux/arm64 +# linux/arm64 push: true tags: | reg.liteyuki.icu/comp/liteyuki-runner:latest-dind @@ -72,7 +69,7 @@ jobs: target: dind-rootless platforms: | linux/amd64 - linux/arm64 +# linux/arm64 push: true tags: | reg.liteyuki.icu/comp/liteyuki-runner:latest-dind-rootless