diff --git a/Makefile b/Makefile index bb050c65f..0402e9514 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,9 @@ ifeq ($(GOHOSTOS),darwin) ifeq ($(GOHOSTARCH),amd64) OPERATOR_SDK_ARCHOS:=darwin_amd64 endif + ifeq ($(GOHOSTARCH),arm64) + OPERATOR_SDK_ARCHOS:=darwin_arm64 + endif endif # Add packages to do unit test