mirror of
https://github.com/go-task/task.git
synced 2026-02-24 03:59:52 +01: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