From 7e2d1a97f45abf03890018c970bffe2dacf6f9a0 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Wed, 22 Feb 2023 19:58:29 +0100 Subject: [PATCH] All the other arches are in lowercase --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index d166878..387deb8 100755 --- a/test.sh +++ b/test.sh @@ -28,7 +28,7 @@ echo " Linux i386..." GOOS=linux GOARCH=386 ./build.sh # Ref: https://github.com/walles/moar/issues/122 -echo " Linux ARM32..." +echo " Linux arm32..." GOOS=linux GOARCH=arm ./build.sh echo " macOS amd64..."