echo"Job repo is unset. Provide it via first argument like: $(readlink "$0")/download_libs.sh https://something.com/job/something/{master,stable}"
exit1
fi
job_repo=$1
default_arch=$2
arches=("aarch64""x86_64")
output_arches=("aarch64""x86_64")
if[ -z "${default_arch}"];then
# No custom architectures were specified, using defaults
echo"Libs for all supported architectures will be downloaded. To use single arch, pass one of the following values to the end of command: ${arches[*]}"