Travis-ci: added support for ppc64le (#682) (#684)

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

(cherry picked from commit 2d639d8e49)

Co-authored-by: Devendra <devendranath.thadi3@gmail.com>
This commit is contained in:
github-actions[bot] 2020-11-13 06:31:46 -08:00 committed by GitHub
parent 800edc61bf
commit 81c9eb4670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
language: go language: go
arch:
- AMD64
- ppc64le
go: go:
- tip - tip