File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff 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-
7162aarch64_fetch_disk_images () {
7263 fetch_raw_ubuntu_image " focal" " arm64" " current"
7364 fetch_raw_ubuntu_image " jammy" " arm64" " current"
7465}
7566
7667x86_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}
You can’t perform that action at this time.
0 commit comments