mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-22 16:26:30 +00:00
Try a different way to build arm again
This commit is contained in:
parent
4591719f83
commit
e023322bbe
12
.travis.yml
12
.travis.yml
@ -2,9 +2,11 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
services: docker
|
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:
|
script:
|
||||||
- docker run --rm --privileged multiarch/qemu-user-static:register
|
- make test-all
|
||||||
- make test-amd64
|
- make test-s3-all
|
||||||
- make test-s3-amd64
|
|
||||||
- make test-arm
|
|
||||||
- make test-s3-arm
|
|
||||||
|
Loading…
Reference in New Issue
Block a user