Skip to content

Commit

Permalink
chore: set upx to compress and try lzma
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Sep 28, 2024
1 parent 9bcfd18 commit 70c2849
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ universal_binaries:
- replace: true
upx:
- enabled: true
compress: best
lzma: true
archives:
# Upload the binaries, not archives
- format: binary
Expand Down

0 comments on commit 70c2849

Please sign in to comment.