Skip to content

Commit

Permalink
add kvmprofile binary to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
cha87de committed Dec 29, 2018
1 parent b36c323 commit 196d88e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ builds:
- linux
goarch:
- amd64
- main: ./cmd/kvmprofiler
binary: kvmprofiler
goos:
- linux
goarch:
- amd64

nfpm:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit 196d88e

Please sign in to comment.