Merge pull request #4954 from ebfe/travis-aarch64

travis: build aarch64 instead of armv6
This commit is contained in:
Enno Boland 2016-10-31 10:47:11 +01:00 committed by GitHub
commit b29f40cbd4
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ env:
- XLINT=1
- ARCH=x86_64 BOOTSTRAP=x86_64
- ARCH=i686 BOOTSTRAP=i686
- ARCH=armv6hf BOOTSTRAP=x86_64
- ARCH=aarch64 BOOTSTRAP=x86_64
- ARCH=armv7hf BOOTSTRAP=x86_64
- ARCH=x86_64-musl BOOTSTRAP=x86_64-musl
- ARCH=armv7hf-musl BOOTSTRAP=x86_64-musl
- ARCH=armv6hf-musl BOOTSTRAP=x86_64-musl
- ARCH=aarch64-musl BOOTSTRAP=x86_64-musl
before_script:
- common/travis/prepare.sh