Skip to content

Commit

Permalink
releaser fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
srokade-tenable committed Jul 27, 2023
1 parent 94dfb5d commit d9c9956
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ builds:
- goos: windows
goarch: arm64
archives:
- replacements:
- id: darwin
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
# for windows it is good to have zip along with tar.gz
# for windows it is good to have zip along with tar.gz
- id: win_zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
replacements:
windows: Windows
386: i386
Expand Down

0 comments on commit d9c9956

Please sign in to comment.