feat: remove incus from builds file

- this will prevent incus images from building
- pending physical build nodes before enabling deployment of incus images
This commit is contained in:
2025-01-25 16:41:05 +11:00
parent d503b0c28d
commit d936a21108
4 changed files with 2 additions and 4 deletions
-1
View File
@@ -1,2 +1 @@
docker
incus
@@ -1,7 +1,7 @@
# almalinux/8.10/base
deploy_files_from_image = true
deploy_files_from_common = true
use_incus = true
use_incus = false
packages = [
"git",
"jq",
-1
View File
@@ -1,2 +1 @@
docker
incus
@@ -1,7 +1,7 @@
# almalinux/9.5/base
deploy_files_from_image = true
deploy_files_from_common = true
use_incus = true
use_incus = false
packages = [
"git",
"jq",