diff --git a/roles/openqa/dispatcher/files/images.json.extraarches b/roles/openqa/dispatcher/files/images.json.extraarches index 6a9b1d7f62..90d9240574 100644 --- a/roles/openqa/dispatcher/files/images.json.extraarches +++ b/roles/openqa/dispatcher/files/images.json.extraarches @@ -109,6 +109,22 @@ "arch": "ppc64le" } }, + { + "match": { + "subvariant": "Silverblue", + "type": "dvd-ostree", + "format": "iso", + "arch": "ppc64le" + } + }, + { + "match": { + "subvariant": "IoT", + "type": "dvd-ostree", + "format": "iso", + "arch": "ppc64le" + } + }, { "match": { "subvariant": "Server", @@ -135,20 +151,12 @@ "arch": "aarch64" } }, - { - "match": { - "subvariant": "Silverblue", - "type": "dvd-ostree", - "format": "iso", - "arch": "ppc64le" - } - }, { "match": { "subvariant": "IoT", "type": "dvd-ostree", "format": "iso", - "arch": "ppc64le" + "arch": "aarch64" } } ]