Fix tag regex
[releng.git] / jjb / functest / functest.yaml
index 19752cc..5b87c59 100644 (file)
             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