Skip to content

Commit

Permalink
Publish binaries and add sboms
Browse files Browse the repository at this point in the history
  • Loading branch information
yvigara committed Jan 18, 2024
1 parent 17584b4 commit 5700ebd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ upx:
- enabled: true

archives:
- id: binaries
format: binary
- id: archive
wrap_in_directory: true
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Arch }}"
Expand All @@ -24,6 +26,12 @@ archives:
snapshot:
name_template: "{{ .Tag }}-snapshot"

sboms:
- id: binaries
artifacts: binary
- id: archives
artifacts: archive

signs:
- cmd: cosign
env:
Expand Down

0 comments on commit 5700ebd

Please sign in to comment.