aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/build.sh b/build.sh
index 65e93824b..160791b58 100644
--- a/build.sh
+++ b/build.sh
@@ -13,15 +13,7 @@ docker/features \
docker/vnf \
docker/smoke-cntt \
docker/benchmarking-cntt"}
-arm_dirs=${arm_dirs-"\
-docker/core \
-docker/tempest \
-docker/healthcheck \
-docker/smoke \
-docker/benchmarking \
-docker/features \
-docker/smoke-cntt \
-docker/benchmarking-cntt"}
+arm_dirs=${arm_dirs-${amd64_dirs}}
arm64_dirs=${arm64_dirs-${amd64_dirs}}
build_opts=("--pull=true" --no-cache "--force-rm=true")