From 44fc6dc935c150a355cf3ad413c3fe96a71322c7 Mon Sep 17 00:00:00 2001 From: 3343780376 <3343780376@qq.com> Date: Sat, 26 Nov 2022 10:57:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push-to-docker.yml | 2 +- .goreleaser.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/push-to-docker.yml b/.github/workflows/push-to-docker.yml index 712aeb1..e250198 100644 --- a/.github/workflows/push-to-docker.yml +++ b/.github/workflows/push-to-docker.yml @@ -82,7 +82,7 @@ jobs: with: context: . push: ${{ github.event_name != 'pull_request' }} - platforms: linux/amd64,linux/arm64,linux/386,linux/arm + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} cache-from: type=gha cache-to: type=gha,mode=max diff --git a/.goreleaser.yml b/.goreleaser.yml index 890a47f..f6d578d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -56,8 +56,6 @@ builds: goarch: - amd64 - arm64 - - 386 - - arm mod_timestamp: "{{ .CommitTimestamp }}" flags: - -trimpath