mirror of https://github.com/knative/func.git
Update Makefile (#2493)
This commit is contained in:
parent
749f755522
commit
cbf98fdd23
1
Makefile
1
Makefile
|
@ -36,6 +36,7 @@ LDFLAGS += -X knative.dev/func/pkg/k8s.TarImage=$(FUNC_UTILS_IMG)
|
||||||
LDFLAGS += -X knative.dev/func/pkg/pipelines/tekton.DeployerImage=$(FUNC_UTILS_IMG)
|
LDFLAGS += -X knative.dev/func/pkg/pipelines/tekton.DeployerImage=$(FUNC_UTILS_IMG)
|
||||||
|
|
||||||
GOFLAGS := "-ldflags=$(LDFLAGS)"
|
GOFLAGS := "-ldflags=$(LDFLAGS)"
|
||||||
|
export GOFLAGS
|
||||||
|
|
||||||
MAKEFILE_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
|
MAKEFILE_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue