File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 cat << EOF > terraform.tfvars
147147 ssh_public_key = "id_rsa.pub"
148148 ssh_username = "ubuntu"
149- aio_vm_name = "skc-host-image-builder"
149+ aio_vm_name = "skc-host-image-builder-rocky "
150150 # Must be an Ubuntu Noble host to successfully build all images
151151 # This MUST NOT be an LVM image. It can cause confusing conficts with the built image.
152152 aio_vm_image = "${{ vars.HOST_IMAGE_BUILD_IMAGE }}"
@@ -409,7 +409,7 @@ jobs:
409409 cat << EOF > terraform.tfvars
410410 ssh_public_key = "id_rsa.pub"
411411 ssh_username = "ubuntu"
412- aio_vm_name = "skc-host-image-builder"
412+ aio_vm_name = "skc-host-image-builder-ubuntu "
413413 # Must be an Ubuntu Noble host to successfully build all images
414414 # This MUST NOT be an LVM image. It can cause confusing conficts with the built image.
415415 aio_vm_image = "${{ vars.HOST_IMAGE_BUILD_IMAGE }}"
You can’t perform that action at this time.
0 commit comments