From d4870b16a08e915f49edb36220c34f05eb2301c1 Mon Sep 17 00:00:00 2001 From: michel-laterman Date: Tue, 7 Jan 2025 16:43:22 -0800 Subject: [PATCH] aaarch64->arm --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ed7dd65f1..abd5724bf 100644 --- a/Makefile +++ b/Makefile @@ -262,6 +262,8 @@ endif build-releaser: ## - Build a Docker image to run make package including all build tools ifeq ($(shell uname -p),arm) $(eval SUFFIX := arm) +else ifeq ($(shell uname -p),aarch64) + $(eval SUFFIX := arm) else $(eval SUFFIX := ${CROSSBUILD_SUFFIX}) endif