From 61d8b773eccd8c0449adf011c2cb1720141cae06 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 19 Jul 2024 10:13:26 -0700 Subject: [PATCH] Build server rawhide for aarch64 We want to start testing updates on aarch64, so we need this. Signed-off-by: Adam Williamson --- hdds.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdds.json b/hdds.json index c4f8000..877cb90 100644 --- a/hdds.json +++ b/hdds.json @@ -181,7 +181,7 @@ "releases" : { "stable" : ["x86_64", "ppc64le", "aarch64"], "branched": ["x86_64", "ppc64le", "aarch64"], - "rawhide": ["x86_64", "ppc64le"] + "rawhide": ["x86_64", "ppc64le", "aarch64"] }, "size" : "7", "imgver": "4",