common/travis: build aarch64 instead of armv6

Closes #4910
This commit is contained in:
Michael Gehring 2016-10-13 11:42:17 +02:00
parent adc0bd0194
commit 125406f710
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