We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdebaa commit 9ea1c38Copy full SHA for 9ea1c38
Makefile
@@ -36,7 +36,7 @@ VERSION ?= $(shell git describe --dirty --tags --match='v*')
36
GOARCH :=
37
GOFLAGS :=
38
TAGS :=
39
-LDFLAGS := "-w -s -X 'k8s.io/component-base/version.gitVersion=$(VERSION)'"
+LDFLAGS := "-w -s -X 'k8s.io/component-base/version.gitVersion=$(VERSION)' -X 'k8s.io/cloud-provider-openstack/pkg/version.Version=$(VERSION)'"
40
GOX_LDFLAGS := $(shell echo "$(LDFLAGS) -extldflags \"-static\"")
41
REGISTRY ?= registry.k8s.io/provider-os
42
IMAGE_OS ?= linux
0 commit comments