Update .goreleaser.yaml (#281)
This commit is contained in:
parent
f18c388c88
commit
288ea8f59b
|
@ -21,7 +21,7 @@ builds:
|
||||||
- "7"
|
- "7"
|
||||||
hooks:
|
hooks:
|
||||||
post:
|
post:
|
||||||
- upx {{ .Path }} # Compress the binary with UPX
|
- upx --force-macos {{ .Path }} # Compress the binary with UPX
|
||||||
|
|
||||||
# Build configuration for windows without arm
|
# Build configuration for windows without arm
|
||||||
# - id: windows
|
# - id: windows
|
||||||
|
|
Loading…
Reference in New Issue