From 46ee0dcae8d630b6499b2145e947fed1ce999eba Mon Sep 17 00:00:00 2001 From: santosh653 <70637961+santosh653@users.noreply.github.com> Date: Thu, 15 Oct 2020 00:58:50 -0400 Subject: [PATCH 1/2] Update .travis.yml Adding arch: amd64 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f0db1ad..302ca58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +arch: amd64 language: go go: From 7fbe752d59499433d26ce84bc6f320fad59b900f Mon Sep 17 00:00:00 2001 From: santosh653 <70637961+santosh653@users.noreply.github.com> Date: Thu, 15 Oct 2020 02:09:51 -0400 Subject: [PATCH 2/2] Update .travis.yml adding power support. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 302ca58..ac89140 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ -arch: amd64 +arch: + - amd64 + - ppc64le language: go go: