From f425b8b1e7cfc37830aa27c6aa5db93f23ce31e5 Mon Sep 17 00:00:00 2001 From: James Telfer <792299+jamestelfer@users.noreply.github.com> Date: Sat, 21 Sep 2024 17:22:32 +1000 Subject: [PATCH] ci: remove darwin build from release There is no practical reason for a macOS build of this executable. It will build an run there for local development purposes, but this doesn't mean it needs to be in a release. --- .goreleaser.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 07488c4..3aa2ec9 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -13,7 +13,6 @@ builds: env: - CGO_ENABLED=0 goos: - - darwin - linux goarch: - amd64