From 1e09cf008601cd0ded930e71bab104f50e6556f4 Mon Sep 17 00:00:00 2001 From: Simon Bengtsson Date: Wed, 22 Jul 2026 10:12:20 +0200 Subject: [PATCH] Added linux-arm64 build --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9c0297..cfc14c6 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,8 @@ else endif ALL_LINUX = linux-amd64 \ - linux-386 + linux-386 \ + linux-arm64 ALL = $(ALL_LINUX)