From fe9f9524db08f012b69410eb9d1d4e673e4e1ce7 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 12 Feb 2024 07:28:50 +0100 Subject: [PATCH] fix #81: add arm64 build support --- mkrel.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mkrel.sh b/mkrel.sh index b47c180..ca167f1 100755 --- a/mkrel.sh +++ b/mkrel.sh @@ -22,7 +22,12 @@ freebsd/amd64 linux/amd64 netbsd/amd64 openbsd/amd64 -windows/amd64" +windows/amd64 +freebsd/arm64 +linux/arm64 +netbsd/arm64 +openbsd/arm64 +windows/arm64" tool="$1" version="$2"