浏览代码

Fixed building s390x release.

Thanks to xet7 !
Lauri Ojansivu 1 年之前
父节点
当前提交
73f943f89a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      releases/up.sh

+ 1 - 1
releases/up.sh

@@ -19,7 +19,7 @@ sudo apt-get -y install parallel
 
 {
   ~/repos/wekan/releases/up-a.sh $1
-  #~/repos/wekan/releases/up-s.sh $1
+  ~/repos/wekan/releases/up-s.sh $1
   #~/repos/wekan/releases/up-o.sh $1
   ~/repos/wekan/releases/up-w.sh $1
 } | parallel -k