From 01f869f1b6085340466eb81dbb23407e611fc686 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 31 Oct 2019 20:54:52 +0100 Subject: [PATCH] Let's see what happens. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 62b920cf77..a6fe135adf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ env: dist: xenial +arch: + - amd64 + - arm64 + # safelist branches: only: @@ -16,6 +20,7 @@ services: script: # enable experimental features. + - echo $TRAVIS_DIST - echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json - mkdir $HOME/.docker - touch $HOME/.docker/config.json