diff --git a/Dockerfile b/Dockerfile index 942f2c450..43ee72426 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ ADD . /che-operator RUN case $(uname -m) in \ x86_64) ARCH="amd64" ;; \ s390x) ARCH="s390x";; \ + ppc64le) ARCH="ppc64le";; \ esac WORKDIR /che-operator