1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/goreleaser.yml

11 lines
131 B
YAML
Raw Normal View History

2017-02-28 14:37:07 +02:00
build:
binary_name: task
main: cmd/task/task.go
goos:
- windows
- darwin
- linux
goarch:
- 386
- amd64