From a8a9a1a3bfeb7a0c553b3065b1dfee40493e0885 Mon Sep 17 00:00:00 2001 From: wenfei Date: Thu, 3 Jul 2025 11:08:47 +0800 Subject: [PATCH] =?UTF-8?q?go=20build=E6=89=93=E5=8C=85=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beepack.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/beepack.sh b/beepack.sh index 4a5b6d8..8aba2a2 100644 --- a/beepack.sh +++ b/beepack.sh @@ -10,6 +10,7 @@ bee pack -be GOOSwindows GOARCH=amd64 或 bee pack -be GOOS=windows GOARCH=amd64 +#go build打包方式 GOOS=windows GOARCH=amd64 go build GOOS=linux GOARCH=amd64 go build