Skip to content

Commit

Permalink
build: rm base_distro
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Apr 9, 2023
1 parent 8f6852e commit 554ae28
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,17 @@ fi
if [ -z "$1" -o -z "$2" ]; then
echo "Usage: $0 <godot branch> <base distro>"
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 <godot branch>-<base distro>."
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

Expand Down

0 comments on commit 554ae28

Please sign in to comment.