Skip to content

Commit ff30a00

Browse files
committed
add
1 parent e01698b commit ff30a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/go.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GO_PACKAGE_PATH ?= github.com/${GO_PACKAGE_ORG_NAME}/${GO_PACKAGE_REPO_NAME}
55

66
GO111MODULE?=on
77
export GO111MODULE
8-
goarch ?= $(shell go env GOARCH)
8+
goarch ?= amd64
99

1010
.PHONY: build
1111
## Build the operator

0 commit comments

Comments
 (0)