Skip to content

Commit

Permalink
windows arch fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
srokade-tenable committed Jul 27, 2023
1 parent 2a38b10 commit f7538b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ archives:
{{- else }}{{ .Arch }}{{ end }}
# for windows it is good to have zip along with tar.gz
- id: win_zip
name_template: >-
{{ .Binary }}_
{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit f7538b6

Please sign in to comment.