From 7fac94df95f708cccb6857b0070662f8e4512c79 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 20 Nov 2019 12:52:24 -0800 Subject: [PATCH] Add current stable desktop image for aarch64 and ppc64le We need this for the VNC tests to work. Signed-off-by: Adam Williamson --- hdds.json | 1 + 1 file changed, 1 insertion(+) diff --git a/hdds.json b/hdds.json index 5ee8606..59a091c 100644 --- a/hdds.json +++ b/hdds.json @@ -150,6 +150,7 @@ { "name" : "desktop", "releases" : { + "current" : ["aarch64", "ppc64le"], "stable" : ["x86_64", "i686"], "branched": ["x86_64"] },