Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatrom committed Sep 26, 2023
1 parent b09ccfc commit 0306e3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ builds:
- goos: windows
goarch: arm64

archives:
name_template: '{{- .ProjectName }}_{{- title .Os }}_{{- if eq .Arch "amd64" }}x86_64{{- else if eq .Arch "386" }}i386{{- else if eq .Arch "darwin" }}macOS{{- else if eq .Arch "linux" }}linux{{- else if eq .Arch "windows" }}windows{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end -}}'
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 0306e3e

Please sign in to comment.