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

34 lines
528 B
YAML
Raw Normal View History

2017-02-28 14:37:07 +02:00
build:
2017-04-22 01:23:24 +02:00
binary: task
2017-02-28 14:37:07 +02:00
main: cmd/task/task.go
goos:
- windows
- darwin
- linux
goarch:
- 386
- amd64
2017-06-14 20:28:35 +02:00
ignore:
- goos: darwin
goarch: 386
archive:
name_template: "{{.Binary}}_{{.Os}}_{{.Arch}}"
2017-06-14 20:28:35 +02:00
format_overrides:
- goos: windows
format: zip
release:
draft: true
fpm:
vendor: Task
homepage: https://github.com/go-task/task
maintainer: Andrey Nering <andrey.nering@gmail.com>
description: Simple task runner written in Go
license: MIT
formats:
- deb
- rpm