diff --git a/roles/openqa/dispatcher/files/images.json.extraarches b/roles/openqa/dispatcher/files/images.json.extraarches index 4e38e21bd9..ff4a7c38e4 100644 --- a/roles/openqa/dispatcher/files/images.json.extraarches +++ b/roles/openqa/dispatcher/files/images.json.extraarches @@ -59,6 +59,14 @@ "arch": "x86_64" } }, + { + "match": { + "subvariant": "IoT", + "type": "dvd-ostree", + "format": "iso", + "arch": "x86_64" + } + }, { "match": { "subvariant": "Cloud_Base", @@ -126,5 +134,13 @@ "format": "iso", "arch": "ppc64le" } + }, + { + "match": { + "subvariant": "IoT", + "type": "dvd-ostree", + "format": "iso", + "arch": "ppc64le" + } } ]