mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-13 09:04:44 +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
|
||||
- windows
|
||||
|
||||
arch:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
|
@ -17,6 +21,10 @@ matrix:
|
|||
exclude:
|
||||
- os: windows
|
||||
go: tip
|
||||
- os: windows
|
||||
arch: arm64
|
||||
- os: osx
|
||||
arch: arm64
|
||||
|
||||
install:
|
||||
- go get -d -v -t ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue