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 @@ -7,6 +7,7 @@ GINKGO_VERSION := v2.7.0
77
88OS := $(shell go env GOOS)
99ARCH := $(shell go env GOARCH)
10+ SYS_ARCH := $(shell uname -m)
1011
1112# VERSION defines the project version for the bundle.
1213# Update this value when you upgrade the version of your project.
@@ -321,7 +322,7 @@ endef
321322
322323.PHONY : kuttl
323324KUTTL := $(LOCALBIN ) /kuttl
324- KUTTL_URL := https://github.com/kudobuilder/kuttl/releases/download/v$(KUTTL_VERSION ) /kubectl-kuttl_$(KUTTL_VERSION ) _$(OS ) _$(ARCH )
325+ KUTTL_URL := https://github.com/kudobuilder/kuttl/releases/download/v$(KUTTL_VERSION ) /kubectl-kuttl_$(KUTTL_VERSION ) _$(OS ) _$(SYS_ARCH )
325326kuttl : $(KUTTL ) # # Download kuttl
326327$(KUTTL ) : $(LOCALBIN )
327328 $(call download-tool,$(KUTTL ) ,$(KUTTL_URL ) )
You can’t perform that action at this time.
0 commit comments