Added support for ppc64le with signoff (#255)

Signed-off-by: Shivani Junawane <shivanij@us.ibm.com>
pull/268/head
Shivani Junawane 2020-05-15 21:13:23 +05:30 committed by GitHub
parent f46a79b1b3
commit 8a4e1d5edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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