From a43736b5c6196c65770d8ae17af927406dce2c43 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 24 Feb 2021 20:23:23 +0200 Subject: [PATCH] Update wekan/releases/up.sh script: Can not build ppc64le version because OpenPower Minicloud is having emergency maintenance. Thanks to xet7 ! --- releases/up.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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