M1 should be arm64 (#263)

This commit is contained in:
Nova Kwok 2023-07-29 20:09:29 +08:00 committed by GitHub
parent 9250d6f607
commit 5dba6bba15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@ endif
ifeq ($(shell uname -m),aarch64) ifeq ($(shell uname -m),aarch64)
ARCH=arm64 ARCH=arm64
else ifeq ($(shell uname -m),arm64)
ARCH=arm64
else else
ARCH=amd64 ARCH=amd64
endif endif