mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-14 01:24:54 +00:00
Add arm64 to Travis CI
This commit is contained in:
parent
634ca84807
commit
d05911cdcb
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,10 @@ os:
|
||||||
- osx
|
- osx
|
||||||
- windows
|
- windows
|
||||||
|
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
@ -17,6 +21,10 @@ matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows
|
- os: windows
|
||||||
go: tip
|
go: tip
|
||||||
|
- os: windows
|
||||||
|
arch: arm64
|
||||||
|
- os: osx
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get -d -v -t ./...
|
- go get -d -v -t ./...
|
||||||
|
|
Loading…
Add table
Reference in a new issue