Skip to content

Commit

Permalink
update rel
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Feb 29, 2020
1 parent c84a506 commit b3d695e
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ builds:
- 7
ldflags:
- -s -w -X github.com/derailed/popeye/cmd.version={{.Version}} -X github.com/derailed/popeye/cmd.commit={{.Commit}} -X github.com/derailed/popeye/cmd.date={{.Date}}
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
bit: Arm
bitv6: Arm6
bitv7: Arm7
386: i386
amd64: x86_64
archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
replacements:
darwin: Darwin
linux: Linux
windows: Windows
bit: Arm
bitv6: Arm6
bitv7: Arm7
386: i386
amd64: x86_64
checksum:
name_template: "checksums.txt"
snapshot:
Expand All @@ -43,16 +44,16 @@ changelog:
- "^test:"

# Homebrew
brew:
name: popeye
github:
owner: derailed
name: popeye-homebrew-tap
commit_author:
name: derailed
email: [email protected]
folder: Formula
homepage: https://imhotep.io/popeye
description: A Kubernetes Cluster sanitizer and linter.
test: |
system "popeye version"
brews:
- name: popeye
github:
owner: derailed
name: popeye-homebrew-tap
commit_author:
name: derailed
email: [email protected]
folder: Formula
homepage: https://imhotep.io/popeye
description: A Kubernetes Cluster sanitizer and linter.
test: |
system "popeye version"

0 comments on commit b3d695e

Please sign in to comment.