diff --git a/.gitea/workflows/debian.yaml b/.gitea/workflows/debian.yaml index 3e5e83e..0b7afb4 100644 --- a/.gitea/workflows/debian.yaml +++ b/.gitea/workflows/debian.yaml @@ -14,6 +14,8 @@ jobs: - 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