File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 aio_vm_name = "skc-amphora-image-builder"
106106 # Must be an Ubuntu Jammy host to successfully build all images
107107 # This MUST NOT be an LVM image. It can cause confusing conficts with the built image.
108- aio_vm_image = "${{ vars.HOST_IMAGE_BUILD_IMAGE }} "
108+ aio_vm_image = "Ubuntu-24.04 "
109109 aio_vm_flavor = "${{ vars.HOST_IMAGE_BUILD_FLAVOR }}"
110110 aio_vm_network = "${{ vars.HOST_IMAGE_BUILD_NETWORK }}"
111111 aio_vm_subnet = "${{ vars.HOST_IMAGE_BUILD_SUBNET }}"
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 ssh_public_key = "id_rsa.pub"
115115 ssh_username = "ubuntu"
116116 aio_vm_name = "skc-ipa-image-builder"
117- aio_vm_image = "${{ vars.HOST_IMAGE_BUILD_IMAGE }} "
117+ aio_vm_image = "Ubuntu-24.04 "
118118 aio_vm_flavor = "${{ vars.HOST_IMAGE_BUILD_FLAVOR }}"
119119 aio_vm_network = "${{ vars.HOST_IMAGE_BUILD_NETWORK }}"
120120 aio_vm_subnet = "${{ vars.HOST_IMAGE_BUILD_SUBNET }}"
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 aio_vm_name = "skc-host-image-builder"
124124 # Must be an Ubuntu Jammy host to successfully build all images
125125 # This MUST NOT be an LVM image. It can cause confusing conficts with the built image.
126- aio_vm_image = "${{ vars.HOST_IMAGE_BUILD_IMAGE }} "
126+ aio_vm_image = "Ubuntu-24.04 "
127127 aio_vm_flavor = "${{ vars.HOST_IMAGE_BUILD_FLAVOR }}"
128128 aio_vm_network = "${{ vars.HOST_IMAGE_BUILD_NETWORK }}"
129129 aio_vm_subnet = "${{ vars.HOST_IMAGE_BUILD_SUBNET }}"
You can’t perform that action at this time.
0 commit comments