Skip to content

Commit

Permalink
build: upx
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiMeow committed Dec 1, 2023
1 parent 91b304a commit 3e4de24
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,22 @@ changelog:
exclude:
- "^docs:"
- "^test:"

upx:
- # Whether to enable it or not.
#
# Templates: allowed (since v1.21)
enabled: true

# Filter by build ID.
ids: [build1, build2]

# Compress argument.
# Valid options are from '1' (faster) to '9' (better), and 'best'.
compress: best

# Whether to try LZMA (slower).
lzma: true

# Whether to try all methods and filters (slow).
brute: true

0 comments on commit 3e4de24

Please sign in to comment.