We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6173c7f + 218c30f commit 1b8773aCopy full SHA for 1b8773a
test-build.sh
@@ -63,6 +63,11 @@ for version in "${versions[@]}"; do
63
tag=$(get_tag "${version}")
64
full_version=$(get_full_version "${version}")
65
66
+ # Required for chakracore
67
+ if [ -f "${version}/Dockerfile" ]; then
68
+ build "${version}" "default" "${tag}"
69
+ fi
70
+
71
# Get supported variants according to the target architecture.
72
# See details in function.sh
73
IFS=' ' read -ra variants <<<"$(get_variants "$(dirname "${version}")" "${variant_arg[@]}")"
0 commit comments