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
- arm64
- arm
- ppc64le
goarm:
- 7
flags:

View File

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