mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Set default value for BUILD_ARCH in installation scripts
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
fbcb5bfbea
commit
f28d358e24
9 changed files with 10 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ function build_ubi() {
|
|||
|
||||
|
||||
BUILD_OS=${BUILD_OS:-debian}
|
||||
BUILD_ARCH=${BUILD_ARCH:-amd64}
|
||||
|
||||
if [[ $BUILD_OS =~ debian ]]; then
|
||||
build_debian "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue