fix: dont build incus images
- pending physical build nodes before enabling deployment of incus images
This commit is contained in:
parent
d503b0c28d
commit
c6e1975385
@ -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,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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user