tools: add all supported image types for centos-8
Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
This commit is contained in:
parent
67e46b888f
commit
628515a694
1 changed files with 14 additions and 2 deletions
|
|
@ -16,13 +16,25 @@
|
|||
"x86_64": [
|
||||
"ami",
|
||||
"openstack",
|
||||
"qcow2",
|
||||
"tar",
|
||||
"qcow2",
|
||||
"edge-commit",
|
||||
"edge-container",
|
||||
"image-installer",
|
||||
"vhd",
|
||||
"vmdk"
|
||||
],
|
||||
"aarch64": [
|
||||
"ami"
|
||||
"ami",
|
||||
"openstack",
|
||||
"qcow2",
|
||||
"edge-commit",
|
||||
"edge-container",
|
||||
"tar"
|
||||
],
|
||||
"ppc64le": [
|
||||
"qcow2",
|
||||
"tar"
|
||||
]
|
||||
},
|
||||
"rhel-8": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue