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

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.
This commit is contained in:
Devendra 2020-11-13 19:02:44 +05:30 committed by GitHub
parent ccbe4719bd
commit 2d639d8e49
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