From 728ae59b6d844936eec43d10fb57008381a45db5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 29 Oct 2020 14:10:21 -0700 Subject: [PATCH] openqa/dispatcher: try scheduling 32-bit ARM minimal image again ...this time it'll run on an aarch64 host. Let's see if that works better. Signed-off-by: Adam Williamson --- roles/openqa/dispatcher/files/images.json.extraarches | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/openqa/dispatcher/files/images.json.extraarches b/roles/openqa/dispatcher/files/images.json.extraarches index 708a7262c1..33406bacfc 100644 --- a/roles/openqa/dispatcher/files/images.json.extraarches +++ b/roles/openqa/dispatcher/files/images.json.extraarches @@ -166,5 +166,14 @@ "format": "iso", "arch": "aarch64" } + }, + { + "match": { + "subvariant": "Minimal", + "type": "raw-xz", + "format": "raw.xz", + "arch": "armhfp" + }, + "dkboot": true } ]