From 554ae284327ca0769fd77c676445487c0afb3ed5 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Sun, 9 Apr 2023 00:27:41 +0100 Subject: [PATCH] build: rm base_distro --- build.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index 6bbe9b0..c21c9c7 100755 --- a/build.sh +++ b/build.sh @@ -11,21 +11,17 @@ fi if [ -z "$1" -o -z "$2" ]; then echo "Usage: $0 " echo - echo "Example: $0 3.x f35" + echo "Example: $0 3.x" echo echo "godot branch:" echo " Informational, tracks the Godot branch these containers are intended for." echo - echo "base distro:" - echo " Informational, tracks the base Linux distro these containers are based on." - echo echo "The resulting image version will be -." exit 1 fi godot_branch=$1 -base_distro=$2 -img_version=$godot_branch-$base_distro +img_version=$godot_branch files_root=$(pwd)/files build_msvc=0