diff --git a/test-build.sh b/test-build.sh index 4f18016c8c..6614725d35 100755 --- a/test-build.sh +++ b/test-build.sh @@ -74,9 +74,6 @@ for version in "${versions[@]}"; do tag=$(get_tag "${version}") full_version=$(get_full_version "${version}") - build "${version}" "default" "${tag}" - test_image "${full_version}" "default" "${tag}" - # Get supported variants according to the target architecture. # See details in function.sh IFS=' ' read -ra variants <<< "$(get_variants "$(dirname "${version}")" "${variant_arg[@]}")"