From 29840992d8b2c2d56fe1dda5af7de860f629686a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 22 Apr 2022 12:43:13 -0700 Subject: [PATCH] Add images for Rawhide x86_64 update testing to hdds.json Signed-off-by: Adam Williamson --- hdds.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/hdds.json b/hdds.json index 574875d..30a959c 100644 --- a/hdds.json +++ b/hdds.json @@ -130,7 +130,8 @@ "-1" : ["x86_64", "ppc64le"], "-2" : ["x86_64", "ppc64le"], "stable": ["x86_64", "aarch64"], - "branched": ["x86_64", "aarch64"] + "branched": ["x86_64", "aarch64"], + "rawhide": ["x86_64"] }, "size" : "10", "imgver": "3" @@ -151,7 +152,8 @@ "releases" : { "-1" : ["ppc64le"], "stable" : ["x86_64", "aarch64"], - "branched": ["x86_64", "aarch64"] + "branched": ["x86_64", "aarch64"], + "rawhide": ["x86_64"] }, "size" : "20", "imgver": "4", @@ -170,7 +172,8 @@ "name" : "server", "releases" : { "stable" : ["x86_64", "ppc64le", "aarch64"], - "branched": ["x86_64", "ppc64le", "aarch64"] + "branched": ["x86_64", "ppc64le", "aarch64"], + "rawhide": ["x86_64"] }, "size" : "7", "imgver": "3", @@ -180,7 +183,8 @@ "name" : "kde", "releases" : { "stable" : ["x86_64"], - "branched" : ["x86_64"] + "branched" : ["x86_64"], + "rawhide": ["x86_64"] }, "size" : "20", "imgver": "4"