build: support armv81 arch in Makefile

This commit is contained in:
陈波0668000637 2026-02-25 21:26:01 +08:00
parent 974337f4ab
commit 6f6c72bb0c

View file

@ -44,6 +44,8 @@ ifeq ($(UNAME_S),Linux)
ARCH=amd64
else ifeq ($(UNAME_M),aarch64)
ARCH=arm64
else ifeq ($(UNAME_M),armv81)
ARCH=arm64
else ifeq ($(UNAME_M),loongarch64)
ARCH=loong64
else ifeq ($(UNAME_M),riscv64)