Skip to content

Commit

Permalink
fix(goreleaser): do not use upx
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Feb 22, 2024
1 parent 1872b1d commit 0e0e3f0
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,3 @@ changelog:
skip: true
snapshot:
name_template: "{{ .Tag }}-next"

upx:
- enabled: true

# 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: false

goos:
- linux
- windows

0 comments on commit 0e0e3f0

Please sign in to comment.