Skip to content

Commit 5251a37

Browse files
committed
release: do not restrict checksums
Why: * goreleaser will automatically include all relevant checksums in the checksum file Signed-off-by: Sebastien Duthil <[email protected]>
1 parent 422c397 commit 5251a37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ archives:
133133
checksum:
134134
name_template: "{{ .ProjectName }}-v{{ .Version }}.checksums.txt"
135135
algorithm: sha256
136-
ids:
137-
- archive-unix
138-
- archive-windows
139-
- archive-darwin-universal
140136

141137
# xref: https://goreleaser.com/customization/sbom/
142138
sboms:

0 commit comments

Comments
 (0)