From 6bd53c7cd4b6fb4889a1f25d9d45051c4f50a3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Mon, 7 Sep 2020 23:45:17 +1000 Subject: [PATCH 1/3] Add ppc64le target --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index fd2046c0..d66b28ce 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -17,6 +17,7 @@ builds: - amd64 - arm64 - arm + - ppc64le goarm: - 7 flags: From 2f680f92fcb64e42ec993a3ea79629a4039eec7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Mon, 7 Sep 2020 23:53:20 +1000 Subject: [PATCH 2/3] Add linux ppc64le job on TravisCI --- .travis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 533dd765..ba7f46a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,14 @@ go_import_path: github.com/derailed/k9s go: - "1.13" -os: - - linux - - osx +jobs: + include: + - os: linux + arch: amd64 + - os: linux + arch: ppc64le + - os: osx + arch: amd64 dist: trusty sudo: false From 0c8ef053939e04c46c86ccc2c9b5c85dd14a96a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Mon, 7 Sep 2020 23:59:54 +1000 Subject: [PATCH 3/3] Update go version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba7f46a1..dc64775b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go_import_path: github.com/derailed/k9s go: - - "1.13" + - "1.15" jobs: include: