2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-10-01 06:28:10 +00:00

Don't build ppc64

This commit is contained in:
Jarrod Johnson
2017-01-20 16:19:04 -05:00
parent 4ee9f6b456
commit 207eea796f

View File

@@ -1937,7 +1937,7 @@ sub mknb
}
}
if ($run_mknb) {
foreach (qw(ppc64 x86_64)) {
foreach (qw(x86_64)) {
system("$cmd $_");
if ($? != 0) {
my $rc = $? >> 8;