We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01698b commit ff30a00Copy full SHA for ff30a00
make/go.mk
@@ -5,7 +5,7 @@ GO_PACKAGE_PATH ?= github.com/${GO_PACKAGE_ORG_NAME}/${GO_PACKAGE_REPO_NAME}
5
6
GO111MODULE?=on
7
export GO111MODULE
8
-goarch ?= $(shell go env GOARCH)
+goarch ?= amd64
9
10
.PHONY: build
11
## Build the operator
0 commit comments