mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
fix(build): exclude unsupported windows/arm target
This commit is contained in:
@@ -22,6 +22,8 @@ builds:
|
||||
goarch: '386'
|
||||
- goos: darwin
|
||||
goarch: riscv64
|
||||
- goos: windows
|
||||
goarch: arm
|
||||
- goos: windows
|
||||
goarch: riscv64
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user