File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,9 @@ export GO_BUILD_ASMFLAGS ?= all=-trimpath=${PWD}
131
131
export GO_BUILD_LDFLAGS ?= -s -w -X $(shell go list -m) /version.Version=$(VERSION )
132
132
export GO_BUILD_GCFLAGS ?= all=-trimpath=${PWD}
133
133
export GO_BUILD_TAGS ?= upstream
134
+ export GO_BUILD_FLAGS ?=
134
135
135
- BUILDCMD = go build -tags '$(GO_BUILD_TAGS ) ' -ldflags '$(GO_BUILD_LDFLAGS ) ' -gcflags '$(GO_BUILD_GCFLAGS ) ' -asmflags '$(GO_BUILD_ASMFLAGS ) ' -o $(BUILDBIN ) /manager ./cmd/manager
136
+ BUILDCMD = go build $( GO_BUILD_FLAGS ) -tags '$(GO_BUILD_TAGS ) ' -ldflags '$(GO_BUILD_LDFLAGS ) ' -gcflags '$(GO_BUILD_GCFLAGS ) ' -asmflags '$(GO_BUILD_ASMFLAGS ) ' -o $(BUILDBIN ) /manager ./cmd/manager
136
137
137
138
.PHONY : build-deps
138
139
build-deps : manifests generate fmt vet
You can’t perform that action at this time.
0 commit comments