Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliocalzolari authored Dec 4, 2024
1 parent 6e7084e commit f954593
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before:
- go mod tidy

builds:
- binary: helm-datarobot-{{ .Os }}-{{ .Arch }}
- binary: {{ .ProjectName }}-{{ .Os }}-{{ .Arch }}
no_unique_dist_dir: true
main: .
mod_timestamp: "{{ .CommitTimestamp }}"
Expand All @@ -21,7 +21,11 @@ builds:
ignore:
- goos: windows
goarch: arm64


archives:
- name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
format: binary

sboms:
- artifacts: binary

Expand Down

0 comments on commit f954593

Please sign in to comment.