Skip to content

Commit

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

arch:
- amd64
- arm64

services:
- docker
language: shell

env:
global:
- SKIP_REMOVE=true
Expand All @@ -11,10 +17,12 @@ 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 d67d64a

Please sign in to comment.