From 2d639d8e49470be188108eeae8e8f722d68aa910 Mon Sep 17 00:00:00 2001 From: Devendra Date: Fri, 13 Nov 2020 19:02:44 +0530 Subject: [PATCH] Travis-ci: added support for ppc64le (#682) Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 984e1c6..1717c8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: go +arch: + - AMD64 + - ppc64le + go: - tip