From e04b6458b9ce611eea1f3a595d2c6302445b494d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 23 Dec 2023 01:30:57 +0100 Subject: [PATCH] build static linked binaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6750dfd..881edf1 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ TARGETARCH ?= amd64 ifneq ("$(TARGETVARIANT)","") GOARM ?= $(subst v,,$(TARGETVARIANT)) endif -TAGS ?= netgo +TAGS ?= netgo,osusergo ifndef VERSION ifneq ($(CI_COMMIT_TAG),)