1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00
task/goreleaser.yml
Carlos Alexandro Becker 35f89afdf5 Update goreleaser.yml
2017-04-21 20:23:24 -03:00

11 lines
126 B
YAML

build:
binary: task
main: cmd/task/task.go
goos:
- windows
- darwin
- linux
goarch:
- 386
- amd64