From 92ee1d7b8443cb2b0b1e72664ebd90b2211bac08 Mon Sep 17 00:00:00 2001 From: Sebastien Duthil Date: Sat, 24 Aug 2024 18:08:29 -0400 Subject: [PATCH] release: do not restrict checksums Why: * goreleaser will automatically include all relevant checksums in the checksum file Signed-off-by: Sebastien Duthil --- .goreleaser.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b28f8d52c..2184b4158 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -133,10 +133,6 @@ archives: checksum: name_template: "{{ .ProjectName }}-v{{ .Version }}.checksums.txt" algorithm: sha256 - ids: - - archive-unix - - archive-windows - - archive-darwin-universal # xref: https://goreleaser.com/customization/sbom/ sboms: