mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
Fix .travis.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user