Skip to content

Commit

Permalink
chore(build): release tar.gz instead of binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Jul 18, 2024
1 parent 359df94 commit 9d8aef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ builds:
- arm64

archives:
- format: binary
name_template: "{{ .Binary }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
- format: tar.gz
name_template: "{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"

snapshot:
name_template: '{{ .Version }}-SNAPSHOT-{{ .ShortCommit }}'
Expand Down

0 comments on commit 9d8aef7

Please sign in to comment.