travis: enable all architectures

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2020-03-14 13:07:39 +01:00
parent f132528b1b
commit 6937ecffdb
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -1,7 +1,17 @@
dist: bionic
sudo: required
language: c language: c
compiler: compiler:
- gcc - gcc
- clang - clang
arch:
- amd64
- arm64
- ppc64le
- s390x
before_install: before_install:
- sudo add-apt-repository ppa:ubuntu-lxc/daily -y - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
- sudo apt-get update -qq - sudo apt-get update -qq