Fix arm builds

This commit is contained in:
Asher
2020-03-26 15:50:32 -05:00
parent 11fdb8854b
commit 4a65b58772
3 changed files with 16 additions and 1 deletions

View File

@@ -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