From 2f4f21e184bc61efdf4f38f3916b2fa4e13d930e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Tue, 23 Jun 2026 14:26:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 打包 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 打包 diff --git a/打包 b/打包 new file mode 100644 index 0000000..79ca85b --- /dev/null +++ b/打包 @@ -0,0 +1,5 @@ +$env:GOOS="linux" + +$env:GOARCH="amd64" + +go build -o signature-server main.go \ No newline at end of file