mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 06:16: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user