go: add go for loongarch64

add go in build for packages depending on go

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2025-01-13 18:27:35 -08:00
parent 43dd019fb3
commit 8d178105b1
2 changed files with 7 additions and 2 deletions

View File

@@ -149,6 +149,10 @@ ifeq "$(BUILD_ARCH)" "aarch64"
GOARCH = arm64
endif
ifeq "$(BUILD_ARCH)" "loongarch64"
GOARCH = loong64
endif
# Rust
ifeq "$(BUILD_ARCH)" "riscv64"
RUST_ARCH = riscv64gc