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:
parent
cec34b91d5
commit
46419b46b8
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user