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
1 changed files with 5 additions and 5 deletions

View File

@ -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"