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.
2 parents 7030e73 + d7381fb commit 90dc670Copy full SHA for 90dc670
Makefile
@@ -41,7 +41,7 @@ export TP_CMD_PATH ?=./cmd/cluster-kube-controller-manager-operator
41
42
# Build the openshift-tests-extension binary
43
tests-ext-build:
44
- GOOS=linux GOARCH=amd64 GO_COMPLIANCE_POLICY=exempt_all CGO_ENABLED=0 \
+ GOOS=$(GOOS) GOARCH=$(GOARCH) GO_COMPLIANCE_POLICY=exempt_all CGO_ENABLED=0 \
45
go build -o cluster-kube-controller-manager-operator-tests-ext \
46
-ldflags "-X 'main.CommitFromGit=$(shell git rev-parse --short HEAD)' \
47
-X 'main.BuildDate=$(shell date -u +%Y-%m-%dT%H:%M:%SZ)' \
0 commit comments