Files
go-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