This commit is contained in:
6
build.sh
6
build.sh
@@ -71,11 +71,7 @@ cd "$SCRIPT_DIR"
|
|||||||
|
|
||||||
mkdir -p "${EXE_DIR}"
|
mkdir -p "${EXE_DIR}"
|
||||||
|
|
||||||
BUILDSTR="amd64"
|
BUILDSTR="${1:-amd64}"
|
||||||
|
|
||||||
if [ ! -z "$1" ]; then
|
|
||||||
BUILDSTR="$1"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$BUILDSTR" = "all" ] || [ "$BUILDSTR" = "arm64" ]; then
|
if [ "$BUILDSTR" = "all" ] || [ "$BUILDSTR" = "arm64" ]; then
|
||||||
title "Building linux-arm64 executable"
|
title "Building linux-arm64 executable"
|
||||||
|
Reference in New Issue
Block a user