From 26c57c3890daf205ddd381c4ebe46ad59cead7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cllar=20Seerme?= Date: Fri, 24 Mar 2023 20:58:11 +0200 Subject: [PATCH] ci(.goreleaser.yml): disable 'windows' from being built UPX is unable to pack 'arm64' for Windows for the time being: https://github.com/upx/upx/issues/647 --- .goreleaser.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index d683b45..1eed709 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,6 +2,9 @@ builds: - id: comet-alt main: . binary: comet-alt + goos: + - darwin + - linux ldflags: # https://pkg.go.dev/cmd/link #