2017-06-27 19:20:08 -03:00
|
|
|
builds:
|
2017-07-08 12:06:59 -03:00
|
|
|
-
|
2017-06-27 19:20:08 -03:00
|
|
|
env:
|
2017-06-27 22:45:59 -03:00
|
|
|
- CGO_ENABLED=0
|
2017-06-27 19:20:08 -03:00
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
- darwin
|
|
|
|
- windows
|
|
|
|
goarch:
|
|
|
|
- 386
|
|
|
|
- amd64
|
|
|
|
- arm
|
|
|
|
- arm64
|
2017-04-21 16:23:43 -03:00
|
|
|
archive:
|
2017-05-19 23:37:51 -03:00
|
|
|
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
2017-05-18 12:44:55 -03:00
|
|
|
replacements:
|
|
|
|
darwin: Darwin
|
|
|
|
linux: Linux
|
|
|
|
windows: Windows
|
|
|
|
386: i386
|
|
|
|
amd64: x86_64
|
2017-04-21 16:23:43 -03:00
|
|
|
format_overrides:
|
|
|
|
- goos: windows
|
|
|
|
format: zip
|
2016-12-21 10:35:34 -02:00
|
|
|
brew:
|
2017-03-22 21:23:52 -03:00
|
|
|
github:
|
|
|
|
owner: goreleaser
|
|
|
|
name: homebrew-tap
|
2017-01-14 18:44:51 -02:00
|
|
|
folder: Formula
|
2017-07-08 12:05:57 -03:00
|
|
|
homepage: http://goreleaser.github.io
|
|
|
|
description: Deliver Go binaries as fast and easily as possible
|
2017-01-17 11:29:10 -02:00
|
|
|
dependencies:
|
|
|
|
- git
|
2017-01-29 21:55:32 -02:00
|
|
|
fpm:
|
2017-07-08 12:05:57 -03:00
|
|
|
homepage: http://goreleaser.github.io
|
|
|
|
description: Deliver Go binaries as fast and easily as possible
|
2017-04-21 17:13:25 -03:00
|
|
|
maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
|
2017-04-21 17:02:28 -03:00
|
|
|
license: MIT
|
|
|
|
vendor: GoReleaser
|
2017-01-29 21:55:32 -02:00
|
|
|
formats:
|
2017-01-29 22:33:08 -02:00
|
|
|
- deb
|
|
|
|
dependencies:
|
|
|
|
- git
|