From b1cba1cba2ca035c3ff510ee5dc06f72c60a16ee Mon Sep 17 00:00:00 2001 From: pengyinjie Date: Tue, 4 Nov 2025 11:50:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20linux=20=E6=89=93=E5=8C=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildlinux.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 buildlinux.bat diff --git a/buildlinux.bat b/buildlinux.bat new file mode 100644 index 0000000..731e47f --- /dev/null +++ b/buildlinux.bat @@ -0,0 +1,6 @@ +SET CGO_ENABLED=0 +SET GOOS=linux +SET GOARCH=amd64 +go clean +go build -o ./bin/ ./... +pause \ No newline at end of file