From a1ca4cc5d404ef942ad97c3f366dc8b4167759bf Mon Sep 17 00:00:00 2001 From: "liu.shiyu" Date: Mon, 17 Jun 2024 14:31:03 +0800 Subject: [PATCH] fix: workflow --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 5eed4d4..8c8ba14 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -63,7 +63,7 @@ jobs: - name: Docker Buildx (push) run: | docker buildx build \ - --platform linux/386,linux/amd64,linux/arm/v7,linux/arm64 \ + --platform linux/amd64,linux/arm64 \ --output "type=image,push=true" \ --tag shencangsheng/registry-mirror-proxy:latest \ --tag shencangsheng/registry-mirror-proxy:${{ steps.prepare.outputs.version }} \