[lxc-devel] [lxc/master] travis: enable all architectures

brauner on Github lxc-bot at linuxcontainers.org
Sat Mar 14 12:08:14 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200314/9f6ad367/attachment.bin>
-------------- next part --------------
From 0df3b0f42d0627a087acf77627ed8df46e1ee605 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Sat, 14 Mar 2020 13:07:39 +0100
Subject: [PATCH] travis: enable all architectures

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 .travis.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 4fc67d0f19..17b8c7c1a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,16 @@
+dist: bionic
 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


More information about the lxc-devel mailing list