Build arm64 without travis_wait

This commit is contained in:
Asher 2020-03-04 14:18:05 -06:00
parent 308a84e6ec
commit 3e8a6f93a4
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Linux ARM64 Release - name: Linux ARM64 Release
if: tag IS present if: tag IS present
script: script:
- travis_wait 60 ./ci/image/run.sh "yarn && yarn vscode && ci/release.sh" - ./ci/image/run.sh "yarn && yarn vscode && ci/release.sh"
- ./ci/release-image/push.sh - ./ci/release-image/push.sh
arch: arm64 arch: arm64
- name: MacOS Release - name: MacOS Release