File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ GINKGO := $(TOOLS_BIN_DIR)/ginkgo
37
37
ENVSUBST := $(TOOLS_BIN_DIR ) /envsubst
38
38
MOCKGEN := $(TOOLS_BIN_DIR ) /mockgen
39
39
CONTROLLER_GEN := $(TOOLS_BIN_DIR ) /controller-gen
40
+ CONVERSION_VERIFIER := $(TOOLS_BIN_DIR ) /conversion-verifier
40
41
41
42
STAGING_REGISTRY ?= gcr.io/k8s-staging-capi-ibmcloud
42
43
STAGING_BUCKET ?= artifacts.k8s-staging-capi-ibmcloud.appspot.com
Original file line number Diff line number Diff line change @@ -94,3 +94,7 @@ $(MOCKGEN): $(BIN_DIR) go.mod go.sum
94
94
CONTROLLER_GEN := $(BIN_DIR ) /controller-gen
95
95
$(CONTROLLER_GEN ) : $(BIN_DIR ) go.mod go.sum
96
96
go build -tags=tools -o $@ sigs.k8s.io/controller-tools/cmd/controller-gen
97
+
98
+ CONVERSION_VERIFIER := $(BIN_DIR ) /conversion-verifier
99
+ $(CONVERSION_VERIFIER ) : $(BIN_DIR ) go.mod go.sum
100
+ go build -tags=tools -o $@ sigs.k8s.io/cluster-api/hack/tools/conversion-verifier
You can’t perform that action at this time.
0 commit comments