:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 25s

This commit is contained in:
Your Name
2025-05-30 21:33:03 +12:00
parent a27bc5da1b
commit a75826e535

View File

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