From e5bd541fe1b9bb29740eaf080f63c45e542ef3f8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 1 Feb 2019 09:49:29 +0000 Subject: [PATCH] Drop all ppc64 BE images We're not supporting or testing ppc64 BE any more. Signed-off-by: Adam Williamson --- hdds.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hdds.json b/hdds.json index 3a949f2..4916933 100644 --- a/hdds.json +++ b/hdds.json @@ -127,8 +127,8 @@ { "name" : "minimal", "releases" : { - "-1" : ["x86_64", "ppc64le", "ppc64", "aarch64"], - "-2" : ["x86_64", "ppc64le", "ppc64", "aarch64"], + "-1" : ["x86_64", "ppc64le", "aarch64"], + "-2" : ["x86_64", "ppc64le", "aarch64"], "stable": ["x86_64"], "branched": ["x86_64"] }, @@ -157,8 +157,8 @@ { "name" : "server", "releases" : { - "stable" : ["x86_64", "ppc64le", "ppc64", "aarch64"], - "branched": ["x86_64", "ppc64le", "ppc64", "aarch64"] + "stable" : ["x86_64", "ppc64le", "aarch64"], + "branched": ["x86_64", "ppc64le", "aarch64"] }, "size" : "6", "imgver": "3", @@ -176,7 +176,7 @@ { "name" : "support", "releases" : { - "current" : ["x86_64", "ppc64le", "ppc64", "aarch64"] + "current" : ["x86_64", "ppc64le", "aarch64"] }, "size" : "7", "imgver" : "4"