ignore platforms s390x mips64 and arm for NetBSD
This commit is contained in:
parent
e527516148
commit
b761a32ab7
1 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,12 @@ builds:
|
|||
ignore:
|
||||
- goos: windows
|
||||
goarch: arm
|
||||
- goos: netbsd
|
||||
goarch: s390x
|
||||
- goos: netbsd
|
||||
goarch: mips64
|
||||
- goos: netbsd
|
||||
goarch: arm
|
||||
|
||||
- id: picoclaw-launcher
|
||||
binary: picoclaw-launcher
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue