mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-30 22:18:08 +00:00
Don't build ppc64
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user