Skip to content

Commit c53a41c

Browse files
Travis-ci: added support for ppc64le (#682) (#683)
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 2d639d8) Co-authored-by: Devendra <[email protected]>
1 parent 2bf0e14 commit c53a41c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: go
22

3+
arch:
4+
- AMD64
5+
- ppc64le
6+
37
go:
48
- tip
59

0 commit comments

Comments
 (0)