mirror of
https://github.com/coder/code-server.git
synced 2025-09-22 09:12:34 +08:00
Build arm64 without travis_wait
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user