diff --git a/Makefile b/Makefile index 39c04746..f92e73ed 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,8 @@ else ifeq ($(UNAME_M),armv7l) BINARY := $(BINARYARM7) else ifeq ($(UNAME_M),armv8l) BINARY := $(BINARYARM8) +else ifeq ($(UNAME_M),arm64) + BINARY := $(BINARYARM8) else ifeq ($(UNAME_M),aarch64) BINARY := $(BINARYARM8) else ifeq ($(UNAME_M),ppc64le)