Update wekan/releases/up.sh script: Can not build ppc64le version because

OpenPower Minicloud is having emergency maintenance.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-02-24 20:23:23 +02:00
parent 874c2a6212
commit a43736b5c6

View file

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