mirror of
https://github.com/adnanh/webhook.git
synced 2025-08-02 16:00:30 +00:00
Add support to ppc64le
This commit is contained in:
parent
e513eb4bf4
commit
9bbc66cee7
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue