From 23128c9a996fb8f777bf18badd9d723225540d03 Mon Sep 17 00:00:00 2001 From: srinivas32 <70689972+srinivas32@users.noreply.github.com> Date: Fri, 30 Oct 2020 14:30:09 +0530 Subject: [PATCH] added power support arch ppc64le on yml file. Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 968922a..3ce6e08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +arch: + - amd64 + - ppc64le language: go go: