Skip to content

Commit

Permalink
goreleaser: more additional file fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Jun 22, 2018
1 parent 5a60158 commit 42cff94
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ archive:
name_template: "{{ .Binary }}.{{ .Os }}.{{ .Arch }}"
files:
- 'defaults/*'
- 'defaults/ari.d/*'
- 'defaults/extensions.d/*'
- 'defaults/manager.d/*'
- 'defaults/pjsip.d/*'
- 'defaults/voicemail.d/*'
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -33,3 +38,10 @@ dockers:
- "v{{ .Major }}"
- "v{{ .Major }}.{{ .Minor }}"
- latest
extra_files:
- 'defaults/*'
- 'defaults/ari.d/*'
- 'defaults/extensions.d/*'
- 'defaults/manager.d/*'
- 'defaults/pjsip.d/*'
- 'defaults/voicemail.d/*'

0 comments on commit 42cff94

Please sign in to comment.