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),)