mirror of
https://github.com/thegeeklab/wp-git-clone.git
synced 2024-11-10 04:00:39 +00:00
build static linked binaries
This commit is contained in:
parent
6e1900505e
commit
e04b6458b9
2
Makefile
2
Makefile
@ -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),)
|
||||||
|
Loading…
Reference in New Issue
Block a user