From b454ff87d73e57813f7eb496bc34b7538605423f Mon Sep 17 00:00:00 2001 From: Ronoaldo JLP Date: Tue, 17 May 2022 15:04:53 -0300 Subject: [PATCH] Add linux/arm64 binary. Fixes #5 --- scripts/make-dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-dist.sh b/scripts/make-dist.sh index f4c08da..e63a8a3 100755 --- a/scripts/make-dist.sh +++ b/scripts/make-dist.sh @@ -2,7 +2,7 @@ set -e # set -x -ARCHS="amd64 386" +ARCHS="amd64 386 arm64" OSES="linux windows" # Cleanup previous builds