From 027380f9693d7a69e9bc9915e1d169a7ee0771f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 26 Jan 2023 12:43:57 +0100 Subject: [PATCH] Add vhd-compressed image type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JIRA: RHELCMP-11027 Signed-off-by: Lubomír Sedlář (cherry picked from commit 8768b23cbeab43889d13a9edd89ca7a38603dd8c) --- pungi/phases/image_build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pungi/phases/image_build.py b/pungi/phases/image_build.py index e0dcb02b..fecaba67 100644 --- a/pungi/phases/image_build.py +++ b/pungi/phases/image_build.py @@ -39,6 +39,7 @@ EXTENSIONS = { "vdi": ["vdi"], "vmdk": ["vmdk"], "vpc": ["vhd"], + "vhd-compressed": ["vhd.xz"], "vsphere-ova": ["vsphere.ova"], }