From 0ad47a43f95c49c8a56489f0b82354a95980ccd6 Mon Sep 17 00:00:00 2001 From: engigu Date: Fri, 27 Feb 2026 10:23:34 +0800 Subject: [PATCH] fix: agent deamon build -- makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4e87e0..082dcd4 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ build-all: build-web build # Build agent for all platforms build-agent: build-agent-linux-amd64 build-agent-linux-arm64 build-agent-windows-amd64 build-agent-darwin-amd64 build-agent-darwin-arm64 @echo "All agent packages built in data/agent/" - @ls -lh data/agent/*.tar.gz + @ls -lh data/agent/baihu-agent-* AGENT_LDFLAGS=-s -w -X 'main.Version=$(VERSION)' -X 'main.BuildTime=$(BUILD_TIME)'