瀏覽代碼

Update wekan/releases/up.sh script: Can not build ppc64le version because
OpenPower Minicloud is having emergency maintenance.

Thanks to xet7 !

Lauri Ojansivu 4 年之前
父節點
當前提交
a43736b5c6
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      releases/up.sh

+ 5 - 1
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