Skip to content

Commit 17a2d02

Browse files
committed
scripts: Remove Clear Linux from fetch_images.sh
Signed-off-by: Akira Moroo <[email protected]>
1 parent b1220b2 commit 17a2d02

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

scripts/fetch_images.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,12 @@ fetch_raw_ubuntu_image() {
5959
convert_image "$OS_IMAGE_NAME" "$OS_RAW_IMAGE_NAME"
6060
}
6161

62-
fetch_clear_image() {
63-
OS_VERSION="$1"
64-
OS_IMAGE_NAME="clear-$OS_VERSION-kvm.img"
65-
OS_IMAGE_BASE="https://ch-images.azureedge.net"
66-
OS_IMAGE_URL="$OS_IMAGE_BASE/$OS_IMAGE_NAME.xz"
67-
fetch_image "$OS_IMAGE_NAME" "$OS_IMAGE_URL"
68-
xz -d "$OS_IMAGE_NAME.xz"
69-
}
70-
7162
aarch64_fetch_disk_images() {
7263
fetch_raw_ubuntu_image "focal" "arm64" "current"
7364
fetch_raw_ubuntu_image "jammy" "arm64" "current"
7465
}
7566

7667
x86_64_fetch_disk_images() {
77-
fetch_clear_image "28660"
78-
7968
fetch_raw_ubuntu_image "focal" "amd64" "current"
8069
fetch_raw_ubuntu_image "jammy" "amd64" "current"
8170
}

0 commit comments

Comments
 (0)