From 90661e5d151b6b0bc3f504db602b328529f2b6d7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 15 Feb 2022 12:23:46 -0800 Subject: [PATCH] Make sure we have a branched minimal image for aarch64 upgrade_minimal_64bit for Rawhide needs it. Honestly I don't remember the logic behind all these values any more, just hitting this with a stick. Signed-off-by: Adam Williamson --- hdds.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hdds.json b/hdds.json index 04ac98f..574875d 100644 --- a/hdds.json +++ b/hdds.json @@ -127,10 +127,10 @@ { "name" : "minimal", "releases" : { - "-1" : ["x86_64", "ppc64le", "aarch64"], - "-2" : ["x86_64", "ppc64le", "aarch64"], - "stable": ["x86_64"], - "branched": ["x86_64"] + "-1" : ["x86_64", "ppc64le"], + "-2" : ["x86_64", "ppc64le"], + "stable": ["x86_64", "aarch64"], + "branched": ["x86_64", "aarch64"] }, "size" : "10", "imgver": "3"