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:
parent
ccbe4719bd
commit
2d639d8e49
|
@ -1,5 +1,9 @@
|
|||
language: go
|
||||
|
||||
arch:
|
||||
- AMD64
|
||||
- ppc64le
|
||||
|
||||
go:
|
||||
- tip
|
||||
|
||||
|
|
Loading…
Reference in New Issue