Skip to content

Commit

Permalink
Fix GoReleaser homebrew config and shrink binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouture committed Sep 18, 2023
1 parent 11f0dca commit 1fd8174
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ builds:
goos: [windows]
goarch: [386, amd64, arm, arm64]

upx:
- enabled: true
goos: [darwin, linux, windows]
compress: best
lzma: true
brute: true

checksum:
name_template: 'checksums.txt'

Expand All @@ -37,8 +44,7 @@ changelog:
- '^test:'

brews:
-
tap:
- repository:
owner: jcouture
name: homebrew-nv
folder: Formula
Expand Down

0 comments on commit 1fd8174

Please sign in to comment.