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 b70e635 commit 156bf05Copy full SHA for 156bf05
Makefile
@@ -86,7 +86,7 @@ install: ## Install operator-sdk and helm-operator.
86
echo "Error: GOBIN is not set"; \
87
exit 1; \
88
fi
89
- $(GO) install $(GO_BUILD_ARGS) ./cmd/{operator-sdk,helm-operator}
+ $(GO) install $(GO_BUILD_ARGS) -tags=$(GO_BUILD_TAGS) ./cmd/{operator-sdk,helm-operator}
90
91
.PHONY: build
92
build: ## Build operator-sdk and helm-operator.
0 commit comments