From e993ec1326529f7453260b83a0a7501c4a6f56bf Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 30 Apr 2021 11:41:02 -0700 Subject: [PATCH] Drop F32 desktop image for aarch64/ppc64le This was only needed while we were using it to work around https://pagure.io/fedora-qa/os-autoinst-distri-fedora/issue/201 , it should no longer be necessary. Signed-off-by: Adam Williamson --- hdds.json | 1 - 1 file changed, 1 deletion(-) diff --git a/hdds.json b/hdds.json index 2a17902..a3ddd4c 100644 --- a/hdds.json +++ b/hdds.json @@ -150,7 +150,6 @@ "name" : "desktop", "releases" : { "-1" : ["aarch64", "ppc64le"], - "32": ["aarch64", "ppc64le"], "stable" : ["x86_64"], "branched": ["x86_64"] },