0
0
mirror of https://github.com/thegeeklab/wp-git-clone.git synced 2024-09-19 15:12:46 +02:00

build static linked binaries

This commit is contained in:
Robert Kaussow 2023-12-23 01:30:57 +01:00
parent 6e1900505e
commit e04b6458b9
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -28,7 +28,7 @@ TARGETARCH ?= amd64
ifneq ("$(TARGETVARIANT)","")
GOARM ?= $(subst v,,$(TARGETVARIANT))
endif
TAGS ?= netgo
TAGS ?= netgo,osusergo
ifndef VERSION
ifneq ($(CI_COMMIT_TAG),)