From 156ceeaed27c6a8bcbe859a113b81ae30cd887b1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 3 Sep 2025 14:21:14 -0700 Subject: [PATCH] Add kde images for aarch64 We're going to enable the update and compose tests for KDE on aarch64, so we need to build all these disk images. Signed-off-by: Adam Williamson --- hdds.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hdds.json b/hdds.json index 82458b4..e316499 100644 --- a/hdds.json +++ b/hdds.json @@ -192,9 +192,9 @@ { "name" : "kde", "releases" : { - "stable" : ["x86_64"], - "branched" : ["x86_64"], - "rawhide": ["x86_64"] + "stable" : ["x86_64", "aarch64"], + "branched" : ["x86_64", "aarch64"], + "rawhide": ["x86_64", "aarch64"] }, "size" : "20", "imgver": "5",