From 72b89cb989055614de2e7e53dbbe66439b2f2557 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 7 Mar 2024 15:14:14 -0500 Subject: [PATCH] try buildx to support multi arch --- .goreleaser.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 054359527..29912a022 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -190,17 +190,7 @@ dockers: - dockerfile: docker/alpine goos: linux goarch: amd64 - ids: - - all-other-builds - image_templates: - - "infisical/cli:{{ .Version }}" - - "infisical/cli:{{ .Major }}.{{ .Minor }}" - - "infisical/cli:{{ .Major }}" - - "infisical/cli:latest" - - - dockerfile: docker/alpine - goos: linux - goarch: arm64 + use: buildx ids: - all-other-builds image_templates: