Update .goreleaser.yaml (#281)

This commit is contained in:
Graham Steffaniak 2025-01-08 21:12:53 -05:00 committed by GitHub
parent f18c388c88
commit 288ea8f59b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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