mirror of
https://github.com/coder/code-server.git
synced 2026-05-12 23:37:25 +02:00
Fix arm builds
This commit is contained in:
@@ -47,6 +47,8 @@ deploy:
|
||||
local_dir: release-upload
|
||||
on:
|
||||
tags: true
|
||||
# TODO: The gcs provider fails to install on arm64.
|
||||
condition: $TRAVIS_CPU_ARCH = amd64
|
||||
|
||||
cache:
|
||||
timeout: 600
|
||||
|
||||
Reference in New Issue
Block a user