Skip to content

Commit

Permalink
UP releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jixishi committed May 30, 2024
1 parent 9b374fc commit 17950c0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ builds:
- darwin
ldflags:
- -s -w
hooks:
post:
- upx "{{ .Path }}"

upx:
- enabled: true
goos:
- windows
goarch:
- amd64

archives:
- format: tar.gz
Expand Down

0 comments on commit 17950c0

Please sign in to comment.