Skip to content

Commit

Permalink
Fix .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Nov 30, 2019
1 parent 82a66aa commit 47a0682
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
pre: packr2
post: packr2 clean
env:
- CGO_ENABLED=1
- CGO_ENABLED=1
goos:
- darwin
goarch:
Expand All @@ -22,7 +22,7 @@ builds:
pre: packr2
post: packr2 clean
env:
- CGO_ENABLED=0
- CGO_ENABLED=0
goos:
- linux
goarch:
Expand All @@ -45,9 +45,9 @@ changelog:
nfpms:
-
id: killer-q-nfpms
name_template: "{{ .ProjectName }}_{{ .Version }}-1_{{ .Arch }}"
file_name_template: "{{ .ProjectName }}_{{ .Version }}-1_{{ .Arch }}"
builds:
- killer-q-linux
- killer-q-linux
homepage: https://github.com/k1LoW/sheer-heart-attack
maintainer: Ken'ichiro Oyama <k1lowxb@gmail.com>
description: sheer-heart-attack is a debugging tool that can execute any command on process/host metrics trigger.
Expand Down

0 comments on commit 47a0682

Please sign in to comment.