From 6937ecffdb37ac42e76dda84ebfd5965b9a2e0f8 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sat, 14 Mar 2020 13:07:39 +0100 Subject: [PATCH] travis: enable all architectures Signed-off-by: Christian Brauner --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 993383a09..41f30271c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,17 @@ +dist: bionic +sudo: required language: c + compiler: - gcc - clang + +arch: + - amd64 + - arm64 + - ppc64le + - s390x + before_install: - sudo add-apt-repository ppa:ubuntu-lxc/daily -y - sudo apt-get update -qq -- 2.39.2