From 288ea8f59bee296b9e63f9bca7e9d2727c2b7511 Mon Sep 17 00:00:00 2001 From: Graham Steffaniak <42989099+gtsteffaniak@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:12:53 -0500 Subject: [PATCH] Update .goreleaser.yaml (#281) --- backend/.goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.goreleaser.yaml b/backend/.goreleaser.yaml index 19ce4dec..50a7a4fa 100644 --- a/backend/.goreleaser.yaml +++ b/backend/.goreleaser.yaml @@ -21,7 +21,7 @@ builds: - "7" hooks: post: - - upx {{ .Path }} # Compress the binary with UPX + - upx --force-macos {{ .Path }} # Compress the binary with UPX # Build configuration for windows without arm # - id: windows