diff options
| author | Devendra <[email protected]> | 2020-11-13 19:02:44 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-13 05:32:44 -0800 |
| commit | 2d639d8e49470be188108eeae8e8f722d68aa910 (patch) | |
| tree | 6cf3e643b25672f8b6b9e5000182cb9f3dc11da4 | |
| parent | ccbe4719bd6d81a40343a97cfb49a094af30ccaf (diff) | |
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.
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 984e1c6..1717c8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: go +arch: + - AMD64 + - ppc64le + go: - tip |
