Merge pull request #864 from runlevel5/patch-1

Add ppc64le target
mine
Fernand Galiana 2020-09-10 10:04:27 -06:00 committed by GitHub
commit dc0d5ef339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -17,6 +17,7 @@ builds:
- amd64 - amd64
- arm64 - arm64
- arm - arm
- ppc64le
goarm: goarm:
- 7 - 7
flags: flags:

View File

@ -3,9 +3,14 @@ go_import_path: github.com/derailed/k9s
go: go:
- "1.15" - "1.15"
os: jobs:
- linux include:
- osx - os: linux
arch: amd64
- os: linux
arch: ppc64le
- os: osx
arch: amd64
dist: trusty dist: trusty
sudo: false sudo: false