mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 10:55:05 +00:00
add missing var for PACKAGE (#623)
This commit is contained in:
parent
cadd8f6b1b
commit
6b8aa9df34
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -12,6 +12,7 @@ REGISTRY=index.docker.io
|
|||
REPO=$(REGISTRY)/nirmata/kyverno
|
||||
IMAGE_TAG=$(GIT_VERSION)
|
||||
GOOS ?= $(shell go env GOOS)
|
||||
PACKAGE ?=github.com/nirmata/kyverno
|
||||
LD_FLAGS="-s -w -X $(PACKAGE)/pkg/version.BuildVersion=$(GIT_VERSION) -X $(PACKAGE)/pkg/version.BuildHash=$(GIT_HASH) -X $(PACKAGE)/pkg/version.BuildTime=$(TIMESTAMP)"
|
||||
|
||||
##################################
|
||||
|
|
Loading…
Add table
Reference in a new issue