Skip to content

Commit

Permalink
Merge pull request #44 from mercari/add-tar.gz
Browse files Browse the repository at this point in the history
add(goreleaser): targz
  • Loading branch information
KeisukeYamashita authored Jul 22, 2020
2 parents 1c52983 + d816f6d commit 27ae81c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ builds:
archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
- format: tar.gz
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256
Expand Down

0 comments on commit 27ae81c

Please sign in to comment.