From f34ac0c042c3d471f58df470402ded81ef3a47ec Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 4 Nov 2020 10:11:13 -0800 Subject: [PATCH] We need an F32 desktop image for aarch64 This is for https://pagure.io/fedora-qa/os-autoinst-distri-fedora/issue/201 - we're working around that by using the F32 image for now, but it doesn't exist on aarch64 ATM. We'll have to remember to take this out when that's fixed. Signed-off-by: Adam Williamson --- hdds.json | 1 + 1 file changed, 1 insertion(+) diff --git a/hdds.json b/hdds.json index 38da32a..910f681 100644 --- a/hdds.json +++ b/hdds.json @@ -150,6 +150,7 @@ "name" : "desktop", "releases" : { "current" : ["aarch64", "ppc64le"], + "32": ["aarch64"], "stable" : ["x86_64"], "branched": ["x86_64"] },