mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
build: always set osusergo (#14583)
The way this tag was previous declared would cause it to be overwritten when the GO_TAGS env var was set.
This commit is contained in:
@@ -21,7 +21,7 @@ ifndef BIN
|
||||
BIN := $(GOPATH)/bin
|
||||
endif
|
||||
|
||||
GO_TAGS ?= osusergo
|
||||
GO_TAGS := osusergo $(GO_TAGS)
|
||||
|
||||
ifeq ($(CI),true)
|
||||
GO_TAGS := codegen_generated $(GO_TAGS)
|
||||
|
||||
Reference in New Issue
Block a user