1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Merge pull request #561 from ngaro/travisconfig

Fix .travis.yml
This commit is contained in:
Travis Rowland
2020-07-19 15:07:54 -07:00
committed by GitHub

View File

@@ -1,4 +1,6 @@
sudo: required
os: linux
dist: bionic
language: c
@@ -26,8 +28,6 @@ env:
- PLATFORM=arm64 QEMU_ARCH=aarch64 TAG_ARCH=arm64
- PLATFORM=arm QEMU_ARCH=arm TAG_ARCH=arm
stage: Compile
before_script:
- echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
- sudo service docker restart