From a755be7fae97b94023b2826d5616d6769bf8f818 Mon Sep 17 00:00:00 2001 From: parallels Date: Tue, 12 Dec 2023 07:52:38 -0600 Subject: [PATCH] include arm64 architecture --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6172f0..9801d05 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET=./dist -ARCHS=amd64 386 +ARCHS=amd64 386 arm64 GOOS=windows linux darwin PACKAGENAME="github.com/ropnop/kerbrute"