Skip to content

Commit 184276e

Browse files
Merge pull request #1233 from PeterDaveHello/fix-test-build.sh
fix: Remove default variant test
2 parents 75294a6 + 8acdc6c commit 184276e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test-build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ for version in "${versions[@]}"; do
7474
tag=$(get_tag "${version}")
7575
full_version=$(get_full_version "${version}")
7676

77-
build "${version}" "default" "${tag}"
78-
test_image "${full_version}" "default" "${tag}"
79-
8077
# Get supported variants according to the target architecture.
8178
# See details in function.sh
8279
IFS=' ' read -ra variants <<< "$(get_variants "$(dirname "${version}")" "${variant_arg[@]}")"

0 commit comments

Comments
 (0)