diff --git a/.gitea/workflows/debian.yaml b/.gitea/workflows/debian.yaml index 0b7afb4..4224ec5 100644 --- a/.gitea/workflows/debian.yaml +++ b/.gitea/workflows/debian.yaml @@ -9,13 +9,8 @@ jobs: - name: Checkout uses: https://gitea.starryskymeow.cn/mirrors/checkout@v6 - - name: Set up QEMU - uses: https://gitea.starryskymeow.cn/mirrors/setup-qemu-action@v4 - - name: Set up buildx uses: https://gitea.starryskymeow.cn/mirrors/docker-setup-buildx-action@v4 - with: - platforms: linux/amd64,linux/arm64 - name: Log in to Docker Hub uses: https://gitea.starryskymeow.cn/mirrors/docker-login-action@v4