From b441d884f61d59da86d861b14d1302ec25bbea40 Mon Sep 17 00:00:00 2001 From: Aaron Liu <912394456@qq.com> Date: Wed, 8 Feb 2023 22:10:58 +0800 Subject: [PATCH] chore: fix amd64.v1 inconsistency --- .goreleaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 350bc58..fbc45e7 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -75,6 +75,7 @@ dockers: - "--platform=linux/amd64" goos: linux goarch: amd64 + goamd64: v1 image_templates: - "cloudreve/cloudreve:{{ .Tag }}-amd64" -