diff options
author | Andrei Vagin <avagin@google.com> | 2020-07-24 17:29:09 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-24 17:31:09 -0700 |
commit | ad97134ce2deaae7ffded0ce1b78920fe960465d (patch) | |
tree | 311efa84282543e15143c6eac077c0d78161a66d /.travis.yml | |
parent | bd97206fa13d18d870b4120e831b11630d6fa98f (diff) |
travis: run only arm64 builds
The travis capacity is limited, but we build and test amd64 on kokoro.
PiperOrigin-RevId: 323103934
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9d3141f38..1d955b05d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,10 @@ services: - docker jobs: include: - - os: linux - arch: amd64 + # AMD64 builds are tested on kokoro, so don't run them in travis to save + # capacity for arm64 builds. + # - os: linux + # arch: amd64 - os: linux arch: arm64 script: |