Skip to content

Commit 156bf05

Browse files
committed
add GO_BUILD_TAGS to make install
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent b70e635 commit 156bf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ install: ## Install operator-sdk and helm-operator.
8686
echo "Error: GOBIN is not set"; \
8787
exit 1; \
8888
fi
89-
$(GO) install $(GO_BUILD_ARGS) ./cmd/{operator-sdk,helm-operator}
89+
$(GO) install $(GO_BUILD_ARGS) -tags=$(GO_BUILD_TAGS) ./cmd/{operator-sdk,helm-operator}
9090

9191
.PHONY: build
9292
build: ## Build operator-sdk and helm-operator.

0 commit comments

Comments
 (0)