Merge pull request #147 from nagesh4193/master

Added Power Support ppc64le
pull/166/head^2
Emir Pasic 4 years ago committed by GitHub
commit 79df803e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,7 @@
language: go
arch:
- amd64
- ppc64le
go:
- 1.2.x
- 1.3.x
@ -14,3 +17,11 @@ go:
- 1.13.x
- 1.14.x
- tip
jobs:
exclude: # Excluded for power support as the lower versions are not supported
- arch: ppc64le
go: 1.2.x
- arch: ppc64le
go: 1.3.x
- arch: ppc64le
go: 1.4.x

Loading…
Cancel
Save