mirror of
https://github.com/coder/code-server.git
synced 2025-07-31 22:13:52 +08:00
Build arm64 without travis_wait
This commit is contained in:
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Linux ARM64 Release
|
||||
if: tag IS present
|
||||
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
|
||||
arch: arm64
|
||||
- name: MacOS Release
|
||||
|
Reference in New Issue
Block a user