Try a different way to build arm again

This commit is contained in:
ViViDboarder 2020-02-11 13:54:31 -08:00
parent 4591719f83
commit e023322bbe
1 changed files with 7 additions and 5 deletions

View File

@ -2,9 +2,11 @@
sudo: required
services: docker
before_script:
- 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:
- docker run --rm --privileged multiarch/qemu-user-static:register
- make test-amd64
- make test-s3-amd64
- make test-arm
- make test-s3-arm
- make test-all
- make test-s3-all