mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 06:46:29 +00:00
5794cd86e1
Rather than having multiple Dockerfiles, switch to a single Dockerfile and a build arg.
11 lines
240 B
YAML
11 lines
240 B
YAML
---
|
|
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
|