mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
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:
parent
874c2a6212
commit
a43736b5c6
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue