mirror of
https://github.com/adnanh/webhook.git
synced 2025-08-01 15:30: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:
|
||||
- amd64
|
||||
- arm64
|
||||
- ppc64le
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
@ -24,6 +25,11 @@ matrix:
|
|||
arch: arm64
|
||||
- os: osx
|
||||
arch: arm64
|
||||
- os: windows
|
||||
arch: ppc64le
|
||||
- os: osx
|
||||
arch: ppc64le
|
||||
|
||||
|
||||
install:
|
||||
- go get -d -v -t ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue