Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
bump: goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jun 10, 2019
1 parent 1614410 commit 6979714
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions goreleaser.yml
@@ -1,7 +1,8 @@
before:
hooks:
- go mod download
build:
builds:
-
goos:
- linux
- darwin
Expand All @@ -14,14 +15,16 @@ build:
goarm:
- 6
- 7
archive:
archives:
-
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
brew:
brews:
-
github:
owner: getantibody
name: homebrew-tap
Expand All @@ -31,7 +34,8 @@ brew:
description: The fastest shell plugin manager
dependencies:
- git
nfpm:
nfpms:
-
homepage: http://getantibody.github.io
description: The fastest shell plugin manager
maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
Expand Down

0 comments on commit 6979714

Please sign in to comment.