From 6937712e235c078537b7b3276b307941352e080e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 29 Oct 2020 15:43:58 -0700 Subject: [PATCH] openqa/dispatcher: enable Server and Workstation aarch64 images Signed-off-by: Adam Williamson --- .../dispatcher/files/images.json.extraarches | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/roles/openqa/dispatcher/files/images.json.extraarches b/roles/openqa/dispatcher/files/images.json.extraarches index 708a7262c1..2eb071dec7 100644 --- a/roles/openqa/dispatcher/files/images.json.extraarches +++ b/roles/openqa/dispatcher/files/images.json.extraarches @@ -151,6 +151,22 @@ }, "score": 10 }, + { + "match": { + "subvariant": "Server", + "type": "raw-xz", + "format": "raw.xz", + "arch": "aarch64" + } + }, + { + "match": { + "subvariant": "Workstation", + "type": "raw-xz", + "format": "raw.xz", + "arch": "aarch64" + } + }, { "match": { "subvariant": "Cloud_Base",