1
1
mirror of https://github.com/walles/moar.git synced 2024-08-17 07:50:35 +03:00

All the other arches are in lowercase

This commit is contained in:
Johan Walles 2023-02-22 19:58:29 +01:00
parent 1366ae1429
commit 7e2d1a97f4

View File

@ -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..."