Skip to content

Commit

Permalink
Revert "Support arm64 architecture"
Browse files Browse the repository at this point in the history
This reverts commit d67d64a.
  • Loading branch information
gaoyifan committed May 20, 2021
1 parent d67d64a commit 5852d18
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
language: shell

arch:
- amd64
- arm64

services:
- docker

language: shell
env:
global:
- SKIP_REMOVE=true
Expand All @@ -17,12 +11,10 @@ env:
- IMAGE=fedora
- IMAGE=ubuntu
- IMAGE=archlinux SOURCE_IMAGE=pritunl/archlinux

addons:
apt:
packages:
- parallel
- jq

script:
- ./travis-helpers/build.sh

0 comments on commit 5852d18

Please sign in to comment.