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 75294a6 + 8acdc6c commit 184276eCopy full SHA for 184276e
test-build.sh
@@ -74,9 +74,6 @@ for version in "${versions[@]}"; do
74
tag=$(get_tag "${version}")
75
full_version=$(get_full_version "${version}")
76
77
- build "${version}" "default" "${tag}"
78
- test_image "${full_version}" "default" "${tag}"
79
-
80
# Get supported variants according to the target architecture.
81
# See details in function.sh
82
IFS=' ' read -ra variants <<< "$(get_variants "$(dirname "${version}")" "${variant_arg[@]}")"
0 commit comments