From 7e68db98588a9f7b8310ec9067c91f71a7413eef Mon Sep 17 00:00:00 2001 From: Graham Steffaniak <42989099+gtsteffaniak@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:12:27 -0500 Subject: [PATCH] Update .goreleaser.yaml --- backend/.goreleaser.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/.goreleaser.yaml b/backend/.goreleaser.yaml index c6f1036d..dd8b371c 100644 --- a/backend/.goreleaser.yaml +++ b/backend/.goreleaser.yaml @@ -32,7 +32,6 @@ builds: - windows goarch: - amd64 - - arm64 hooks: post: - upx {{ .Path }} # Compress the binary with UPX