tools: add all supported image types for centos-8

Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
This commit is contained in:
Achilleas Koutsou 2021-10-12 00:46:09 +02:00 committed by Tom Gundersen
parent 67e46b888f
commit 628515a694

View file

@ -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": {