mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-01 01:33:20 +00:00
Merge pull request #177 from ydjainopensource/s390x
packaging : add support for s390x
This commit is contained in:
commit
4cb3083cd4
@ -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
|
||||
}
|
||||
|
3382
kernel/configs/s390_kata_kvm_4.14.x
Normal file
3382
kernel/configs/s390_kata_kvm_4.14.x
Normal file
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
10
|
||||
11
|
||||
|
Loading…
Reference in New Issue
Block a user