mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-10 13:54:12 +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")
|
||||
goarch=amd64
|
||||
;;
|
||||
|
||||
"ppc64le")
|
||||
goarch=ppc64le
|
||||
;;
|
||||
|
||||
"*")
|
||||
echo "Arch $(arch) not supported"
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user