Skip to content

Commit

Permalink
Remove attempt at uname compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria authored Feb 8, 2024
1 parent 8eaffc7 commit 87326d0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@ release:
archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
{{ .ProjectName }}_
{{- .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
name_template: "bay_{{ .Os }}_{{ .Arch }}"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 87326d0

Please sign in to comment.