From 4591719f83ef37b9295ade2933074317ef7d8338 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 11 Feb 2020 13:39:41 -0800 Subject: [PATCH] Try a different way to build arm --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2d0849c..715163c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ sudo: required services: docker script: - - docker run --rm --privileged multiarch/qemu-user-static:register --reset - - make build-all - - make test-all - # test-s3-arm has issues, but the image works in the wild - - make test-s3-x86 + - docker run --rm --privileged multiarch/qemu-user-static:register + - make test-amd64 + - make test-s3-amd64 + - make test-arm + - make test-s3-arm