Drop all ppc64 BE images

We're not supporting or testing ppc64 BE any more.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-02-01 09:49:29 +00:00
parent de21570de9
commit e5bd541fe1

View File

@ -127,8 +127,8 @@
{ {
"name" : "minimal", "name" : "minimal",
"releases" : { "releases" : {
"-1" : ["x86_64", "ppc64le", "ppc64", "aarch64"], "-1" : ["x86_64", "ppc64le", "aarch64"],
"-2" : ["x86_64", "ppc64le", "ppc64", "aarch64"], "-2" : ["x86_64", "ppc64le", "aarch64"],
"stable": ["x86_64"], "stable": ["x86_64"],
"branched": ["x86_64"] "branched": ["x86_64"]
}, },
@ -157,8 +157,8 @@
{ {
"name" : "server", "name" : "server",
"releases" : { "releases" : {
"stable" : ["x86_64", "ppc64le", "ppc64", "aarch64"], "stable" : ["x86_64", "ppc64le", "aarch64"],
"branched": ["x86_64", "ppc64le", "ppc64", "aarch64"] "branched": ["x86_64", "ppc64le", "aarch64"]
}, },
"size" : "6", "size" : "6",
"imgver": "3", "imgver": "3",
@ -176,7 +176,7 @@
{ {
"name" : "support", "name" : "support",
"releases" : { "releases" : {
"current" : ["x86_64", "ppc64le", "ppc64", "aarch64"] "current" : ["x86_64", "ppc64le", "aarch64"]
}, },
"size" : "7", "size" : "7",
"imgver" : "4" "imgver" : "4"