mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 06:46:29 +00:00
Try a different way to build arm
This commit is contained in:
parent
68e7586753
commit
4591719f83
10
.travis.yml
10
.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
|
||||
|
Loading…
Reference in New Issue
Block a user