0
0
mirror of https://github.com/thegeeklab/wp-git-clone.git synced 2024-09-20 01:22:47 +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)","") ifneq ("$(TARGETVARIANT)","")
GOARM ?= $(subst v,,$(TARGETVARIANT)) GOARM ?= $(subst v,,$(TARGETVARIANT))
endif endif
TAGS ?= netgo TAGS ?= netgo,osusergo
ifndef VERSION ifndef VERSION
ifneq ($(CI_COMMIT_TAG),) ifneq ($(CI_COMMIT_TAG),)