Set default value for BUILD_ARCH in installation scripts

Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
Balasankar "Balu" C 2022-07-06 17:32:23 +05:30
parent fbcb5bfbea
commit f28d358e24
No known key found for this signature in database
GPG key ID: B77D2E2E23735427
9 changed files with 10 additions and 0 deletions

View file

@ -102,6 +102,7 @@ function build_ubi() {
}
BUILD_OS=${BUILD_OS:-debian}
BUILD_ARCH=${BUILD_ARCH:-amd64}
if [[ $BUILD_OS =~ debian ]]; then
build_debian "$@"