diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-01-13 09:34:52 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-01-13 09:34:52 -0500 |
commit | 6e29563b1bf41b317ea69da35c7b1e64e7f0d5e0 (patch) | |
tree | 4f2aa69009c7dbd71ffe02894931a477de53a10f | |
parent | df1b80a86038cb6b42d6126a7f4ed60b33747c0b (diff) | |
download | bfs-6e29563b1bf41b317ea69da35c7b1e64e7f0d5e0.tar.xz |
Revert "travis: Add an arm64 build"
25 minute builds are not great for the new pay-as-you-go billing.
This reverts commit df1b80a86038cb6b42d6126a7f4ed60b33747c0b.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index a40bb40..8b3d780 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,10 +41,6 @@ jobs: arch: ppc64le env: *linux_env - - os: linux - arch: arm64-graviton2 - env: *linux_env - - os: osx - os: freebsd |