mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-11 14:24:11 +00:00
Merge pull request #125 from nitkon/master
lib.sh: install_yq fails on ppc64le
This commit is contained in:
commit
5a500c95f0
@ -40,6 +40,11 @@ install_yq() {
|
|||||||
"x86_64")
|
"x86_64")
|
||||||
goarch=amd64
|
goarch=amd64
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"ppc64le")
|
||||||
|
goarch=ppc64le
|
||||||
|
;;
|
||||||
|
|
||||||
"*")
|
"*")
|
||||||
echo "Arch $(arch) not supported"
|
echo "Arch $(arch) not supported"
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user