Skip to content

Commit

Permalink
e2e: add support for distro=ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
askervin committed Jun 6, 2022
1 parent 0bd50b7 commit 0ae94b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/lib/distro.bash
Expand Up @@ -123,6 +123,10 @@ ubuntu-21_04-image-url() {
echo "https://cloud-images.ubuntu.com/releases/hirsute/release/ubuntu-21.04-server-cloudimg-amd64.img"
}

ubuntu-22_04-image-url() {
echo "https://cloud-images.ubuntu.com/releases/jammy/release/ubuntu-22.04-server-cloudimg-amd64.img"
}

debian-10-image-url() {
echo "https://cloud.debian.org/images/cloud/buster/20200803-347/debian-10-generic-amd64-20200803-347.qcow2"
}
Expand Down

0 comments on commit 0ae94b7

Please sign in to comment.