Skip to content

Commit

Permalink
fix: compression (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyHenriquez committed May 24, 2024
1 parent 3a4754f commit e683d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project_name: mirror
builds:
- hooks:
post:
- upx "{{ .Path }}"
- upx -9 --best "{{ .Path }}"
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit e683d5c

Please sign in to comment.