From 125406f71040d0bf0edf5a7d5c190e21d7c332cf Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 13 Oct 2016 11:42:17 +0200 Subject: [PATCH] common/travis: build aarch64 instead of armv6 Closes #4910 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c64988cc56..8c7a05ed3d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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