From 3ba762877dd49ba47d2ac37c8a2341f4e2ec7b1f Mon Sep 17 00:00:00 2001 From: Marin Ivanov Date: Fri, 16 Jan 2026 21:26:11 +0200 Subject: fix go static build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf97777..7073404 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ bin/gloginki: - go build -o bin/gloginki -ldflags "-linkmode external -extldflags -static" -a . + go build -o bin/gloginki -ldflags "-linkmode external -extldflags -static" -tags netgo,osusergo -a . -- cgit v1.2.3