Add support to ppc64le
This commit is contained in:
parent
e513eb4bf4
commit
9bbc66cee7
@ -12,6 +12,7 @@ os:
|
|||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
- ppc64le
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
@ -24,6 +25,11 @@ matrix:
|
|||||||
arch: arm64
|
arch: arm64
|
||||||
- os: osx
|
- os: osx
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
- os: windows
|
||||||
|
arch: ppc64le
|
||||||
|
- os: osx
|
||||||
|
arch: ppc64le
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get -d -v -t ./...
|
- go get -d -v -t ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user