diff --git a/.ci/lib.sh b/.ci/lib.sh index 23bd5a68ed..8ca7d5f186 100644 --- a/.ci/lib.sh +++ b/.ci/lib.sh @@ -40,6 +40,11 @@ install_yq() { "x86_64") goarch=amd64 ;; + + "ppc64le") + goarch=ppc64le + ;; + "*") echo "Arch $(arch) not supported" exit