1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix config file

This commit is contained in:
Carlos Alexandro Becker 2017-07-08 12:06:59 -03:00
parent cec34b91d5
commit 46419b46b8
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,6 +1,5 @@
nnnnnnnn: a
builds:
- y: 1
-
env:
- CGO_ENABLED=0
goos:
@ -13,7 +12,6 @@ builds:
- arm
- arm64
archive:
s: 1
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
@ -24,11 +22,8 @@ archive:
format_overrides:
- goos: windows
format: zip
- asd: as
brew:
a: 1
github:
bb: a
owner: goreleaser
name: homebrew-tap
folder: Formula
@ -37,7 +32,6 @@ brew:
dependencies:
- git
fpm:
fff: 444
homepage: http://goreleaser.github.io
description: Deliver Go binaries as fast and easily as possible
maintainer: Carlos Alexandro Becker <root@carlosbecker.com>