From 4a222fb479f487bc74d813287b875108469702f4 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Sat, 16 Sep 2023 21:35:22 +0300 Subject: build for arm64 instead of arm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e3507a..60dd7b8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ APP_NAME := parser GO := go -PLATFORMS := linux/amd64 linux/arm windows/amd64 +PLATFORMS := linux/amd64 linux/arm64 windows/amd64 all: build -- cgit v1.2.3