Skip to content

Commit

Permalink
feat: only release binary, not archives
Browse files Browse the repository at this point in the history
  • Loading branch information
cmackenzie1 committed Nov 15, 2024
1 parent 60b0507 commit 2a86d3c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,7 @@ builds:
- darwin
- windows
archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
- format: binary

changelog:
sort: asc
Expand Down

0 comments on commit 2a86d3c

Please sign in to comment.