Try a different way to build arm

This commit is contained in:
ViViDboarder 2020-02-11 13:39:41 -08:00
parent 68e7586753
commit 4591719f83
1 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@ sudo: required
services: docker services: docker
script: script:
- docker run --rm --privileged multiarch/qemu-user-static:register --reset - docker run --rm --privileged multiarch/qemu-user-static:register
- make build-all - make test-amd64
- make test-all - make test-s3-amd64
# test-s3-arm has issues, but the image works in the wild - make test-arm
- make test-s3-x86 - make test-s3-arm