Skip to content

Commit de93657

Browse files
Add: install zip package in AArch64 server.
Deployment in linux AArch64 build is missing zip package. 'zip' is available in amd64 build
1 parent 5af0325 commit de93657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/travis_deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
if [ "$TRAVIS_OS_NAME" = "linux" ]
88
then
99
# Linux
10+
sudo apt-get install zip -y
1011
echo "Building zip file for Linux amd64"
1112
zip -j $RELEASE_ZIP_FILE enduser/*.txt enduser/trackereditor
1213

0 commit comments

Comments
 (0)