From 474fa7928fb3bd1ab7048d37429850c031c05546 Mon Sep 17 00:00:00 2001 From: Islam Shehata Date: Tue, 31 Oct 2023 17:44:17 +0200 Subject: [PATCH] fix: remove hard coded ARCH --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0b4d5a5..2268a4b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ GOOS=linux -GOARCH=arm64 build: mkdir -p bin/extensions