mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Commented out ppc64el from release scripts.
Thanks to xet7 !
This commit is contained in:
parent
5d9b9fada4
commit
f67ffc910c
1 changed files with 3 additions and 3 deletions
|
@ -8,14 +8,14 @@ zip -r wekan-$1.zip bundle
|
|||
{
|
||||
scp ~/repos/wekan/releases/build-bundle-arm64.sh a:/home/wekan/
|
||||
scp ~/repos/wekan/releases/build-bundle-s390x.sh s:/home/linux1/
|
||||
scp ~/repos/wekan/releases/build-bundle-ppc64el.sh o:/home/ubuntu/
|
||||
#scp ~/repos/wekan/releases/build-bundle-ppc64el.sh o:/home/ubuntu/
|
||||
scp ~/repos/wekan/releases/release-x2.sh x2w:/var/websites/
|
||||
scp wekan-$1.zip x2w:/var/websites/releases.wekan.team/public/
|
||||
scp wekan-$1.zip a:/home/wekan/
|
||||
scp wekan-$1.zip s:/home/linux1/
|
||||
scp wekan-$1.zip o:/home/ubuntu/
|
||||
#scp wekan-$1.zip o:/home/ubuntu/
|
||||
} | parallel -k
|
||||
|
||||
cd ..
|
||||
|
||||
echo "x64 bundle and arm64/s390x/ppc64le build scripts uploaded to x2/a/s/o."
|
||||
echo "x64 bundle and arm64/s390x/ppc64le build scripts uploaded to x2/a/s."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue