Remove arm builds from travis

This commit is contained in:
ViViDboarder 2020-02-11 17:50:37 -08:00
parent 3d064d4842
commit d606625746
1 changed files with 2 additions and 9 deletions

View File

@ -2,13 +2,6 @@
sudo: required
services: docker
before_script:
- sudo apt-get update
- sudo apt-get -y install qemu qemu-user-static qemu-user binfmt-support
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
- docker run --rm -t multiarch/ubuntu-debootstrap:arm64-bionic uname -a
- docker run --rm -t multiarch/ubuntu-debootstrap:armhf-bionic uname -a
script:
- make test-all
- make test-s3-all
- make test-amd64
- make test-s3-amd64