summaryrefslogtreecommitdiffstats
path: root/jjb/functest
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/functest')
-rw-r--r--jjb/functest/functest.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml
index 19752cc25..5b87c59c7 100644
--- a/jjb/functest/functest.yaml
+++ b/jjb/functest/functest.yaml
@@ -152,7 +152,7 @@
image={repo}:{port}/{container}:{tag}
fi
volumes=""
- if [ "{tag}" = "hunter" ]; then
+ if [[ "{tag}" =~ "hunter" ]]; then
volumes=-v /usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static \
-v /usr/bin/qemu-aarch64-static:/usr/bin/qemu-aarch64-static
fi