From 0ee1f8c1cffc4e0abc8b5125e4683ada273dc871 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 20 Jul 2024 10:43:34 +0200 Subject: [PATCH] ci(Makefile): enable p2p on cross-arm64 builds (#2928) Signed-off-by: Ettore Di Giacinto --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f5ecd00..a8b7a832 100644 --- a/Makefile +++ b/Makefile @@ -421,7 +421,7 @@ else endif dist-cross-linux-arm64: - CMAKE_ARGS="$(CMAKE_ARGS) -DGGML_NATIVE=off" GRPC_BACKENDS="backend-assets/grpc/llama-cpp-fallback backend-assets/grpc/llama-cpp-grpc backend-assets/util/llama-cpp-rpc-server" \ + CMAKE_ARGS="$(CMAKE_ARGS) -DGGML_NATIVE=off" GRPC_BACKENDS="backend-assets/grpc/llama-cpp-fallback backend-assets/grpc/llama-cpp-grpc backend-assets/util/llama-cpp-rpc-server" GO_TAGS="p2p" \ STATIC=true $(MAKE) build mkdir -p release # if BUILD_ID is empty, then we don't append it to the binary name