From 1223b34117f7a9dff9d53ee44d0d54161e98a03a Mon Sep 17 00:00:00 2001 From: thloyi Date: Thu, 29 Jan 2026 16:44:16 +0800 Subject: [PATCH] make buidl linux-x86 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ca9aa2..e4a814e 100644 --- a/Makefile +++ b/Makefile @@ -19,4 +19,4 @@ shreder: .PHONY: build # build build: - mkdir -p bin/ && CGO_ENABLED=0 go build -o ./bin/ ./... \ No newline at end of file + mkdir -p bin/ && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/ ./... \ No newline at end of file