From 42616230b9fbc1c2bd71805f60654243132c61ae Mon Sep 17 00:00:00 2001 From: YANGJINZE <91786638+KincaidYang@users.noreply.github.com> Date: Wed, 21 May 2025 16:44:50 +0800 Subject: [PATCH] =?UTF-8?q?ci/cd:=20=E8=B0=83=E6=95=B4=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF=E8=87=AA=E5=8A=A8=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index e6d6578..4d0c8a7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -17,6 +17,7 @@ checksum: builds: - env: - CGO_ENABLED=0 + main: ./cmd goos: - linux - darwin @@ -29,4 +30,4 @@ builds: - "7" ignore: - goos: windows - goarch: arm \ No newline at end of file + goarch: arm