@@ -71,11 +71,7 @@ cd "$SCRIPT_DIR"
mkdir -p "${EXE_DIR}"
BUILDSTR="amd64"
if [ ! -z "$1" ]; then
BUILDSTR="$1"
fi
BUILDSTR="${1:-amd64}"
if [ "$BUILDSTR" = "all" ] || [ "$BUILDSTR" = "arm64" ]; then
title "Building linux-arm64 executable"
The note is not visible to the blocked user.