From b9b1d5ca76ed0a030f7da7bc7d312bc536c2b31f Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 16 Jul 2025 15:00:35 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4goreleaser=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=97=A0=E6=95=88=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 203f9fa2..4a46b74c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -27,7 +27,6 @@ builds: main: ./ binary: goecs no_unique_dist_dir: true - allow_different_binary_count: true - id: windows-cgo env: - CGO_ENABLED=1 @@ -43,7 +42,6 @@ builds: main: ./ binary: goecs no_unique_dist_dir: true - allow_different_binary_count: true - id: darwin-cgo env: - CGO_ENABLED=1 @@ -59,7 +57,6 @@ builds: main: ./ binary: goecs no_unique_dist_dir: true - allow_different_binary_count: true - id: universal env: - CGO_ENABLED=0 @@ -126,7 +123,6 @@ builds: main: ./ binary: goecs no_unique_dist_dir: true - allow_different_binary_count: true universal_binaries: - name_template: "goecs" replace: false @@ -159,4 +155,4 @@ changelog: - Merge pull request - Merge branch - go mod tidy - - New translations \ No newline at end of file + - New translations