Skip to content

Commit

Permalink
update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Apr 11, 2020
1 parent abf4e16 commit eea80a6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ builds:
- darwin
goarch:
- amd64

# TODO: find a way to codesign from linux and integrate into azure pipelines ci/cd
# hooks:
# post: ./macos-codesign.sh

- binary: vault-token-helper
id: linux
ldflags: -s -w -X github.com/joemiller/vault-token-helper/cmd.version={{.Version}}+{{.ShortCommit}}
Expand All @@ -46,14 +46,14 @@ changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch
- "^docs:"
- "^test:"
- Merge pull request
- Merge branch

# GPG signing
sign:
artifacts: checksum
signs:
- artifacts: checksum

archives:
# binary-only releasess - all platforms
Expand Down Expand Up @@ -111,4 +111,4 @@ nfpms:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
386: i386
arm: armel
arm: armel

0 comments on commit eea80a6

Please sign in to comment.