Merge pull request #177 from ydjainopensource/s390x

packaging : add support for s390x
This commit is contained in:
Jose Carlos Venegas Munoz 2018-09-04 10:30:48 -05:00 committed by GitHub
commit 4cb3083cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3384 additions and 1 deletions

View File

@ -89,6 +89,7 @@ arch_to_kernel() {
aarch64) echo "arm64" ;;
ppc64le) echo "powerpc" ;;
x86_64) echo "$arch" ;;
s390x) echo "s390" ;;
*) die "unsupported architecture: $arch" ;;
esac
}

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
10
11