mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user