diff --git a/releases/up.sh b/releases/up.sh index d437a9d1a..73ba43870 100755 --- a/releases/up.sh +++ b/releases/up.sh @@ -2,8 +2,12 @@ sudo apt-get -y install parallel +# Can not build ppc64le version because +# OpenPower Minicloud is having +# emergency maintenance. +# ~/repos/wekan/releases/up-o.sh $1 + { ~/repos/wekan/releases/up-a.sh $1 ~/repos/wekan/releases/up-s.sh $1 - ~/repos/wekan/releases/up-o.sh $1 } | parallel -k