diff options
Diffstat (limited to 'build.sh')
-rw-r--r-- | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ docker/tempest \ docker/healthcheck \ docker/smoke \ docker/benchmarking \ -docker/features"} +docker/features \ +docker/smoke-cntt"} arm64_dirs=${arm64_dirs-${amd64_dirs}} build_opts=("--pull=true" --no-cache "--force-rm=true") |