build: support armv81 arch in Makefile (#776)

Co-authored-by: 陈波0668000637 <chen.bo222@xydigit.com>
This commit is contained in:
ztechenbo 2026-02-26 17:41:01 +08:00 committed by GitHub
parent b1c61cd8df
commit cb3191c8c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)