Skip to content

Commit

Permalink
fix goreleaser deprecations
Browse files Browse the repository at this point in the history
Signed-off-by: Nandor Kracser <[email protected]>
  • Loading branch information
bonifaido committed Dec 9, 2019
1 parent 222f38c commit b7fb5e8
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,27 @@ builds:
goarch:
- amd64

archive:
name_template: "kurun-{{ .Os }}-{{ .Arch }}"
format: binary
archives:
-
id: bin
name_template: "kurun-{{ .Os }}-{{ .Arch }}"
format: binary

checksum:
name_template: "kurun_checksums.txt"

changelog:
skip: true

brew:
github:
owner: banzaicloud
name: homebrew-tap
folder: Formula
homepage: https://banzaicloud.com/blog/kurun
description: Run main.go in Kubernetes with one command
test: |
system "#{bin}/kurun --version"
dependencies:
- inlets
brews:
-
github:
owner: banzaicloud
name: homebrew-tap
folder: Formula
homepage: https://banzaicloud.com/blog/kurun
description: Run main.go in Kubernetes with one command
test: |
system "#{bin}/kurun --version"
dependencies:
- inlets

0 comments on commit b7fb5e8

Please sign in to comment.