From bc6845bd742c3a2f702d098191261367edadf877 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Wed, 14 Jan 2026 15:54:25 +0800 Subject: [PATCH] fix(ci): disable docker provenance on self-hosted agent --- .goreleaser.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3730cf59..b686b4d0 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -81,6 +81,7 @@ dockers: use: buildx build_flag_templates: - "--platform=linux/amd64" + - "--provenance=false" goos: linux goarch: amd64 goamd64: v1 @@ -93,6 +94,7 @@ dockers: use: buildx build_flag_templates: - "--platform=linux/arm64" + - "--provenance=false" goos: linux goarch: arm64 extra_files: