mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-02 02:02:24 +00:00
Merge pull request #342 from tuan-hoang1/s390x-snap
snap: add support for s390x
This commit is contained in:
commit
60e058942d
@ -43,6 +43,10 @@ install_yq() {
|
||||
goarch=ppc64le
|
||||
;;
|
||||
|
||||
"s390x")
|
||||
goarch=s390x
|
||||
;;
|
||||
|
||||
"*")
|
||||
echo "Arch $(arch) not supported"
|
||||
exit
|
||||
|
@ -210,6 +210,10 @@ parts:
|
||||
config="arm64_kata_kvm_${x_version}"
|
||||
;;
|
||||
|
||||
"s390x")
|
||||
config="s390_kata_kvm_${x_version}"
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "ERROR: Unsupported architecture $(arch)"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user