From 6a904110f68782027e0e68c37403a30d6acf1d5e Mon Sep 17 00:00:00 2001 From: Michel Normand Date: Wed, 20 Nov 2019 15:14:46 +0100 Subject: [PATCH] Add ppc64le aarch64 for desktop image required for install_vnc_client, install_vncconnect_client tests Signed-off-by: Michel Normand --- hdds.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdds.json b/hdds.json index 5ee8606..868fbf0 100644 --- a/hdds.json +++ b/hdds.json @@ -150,7 +150,7 @@ { "name" : "desktop", "releases" : { - "stable" : ["x86_64", "i686"], + "stable" : ["x86_64", "i686", "ppc64le", "aarch64"], "branched": ["x86_64"] }, "size" : "20",