Skip to content

Commit

Permalink
separate archives
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Jan 18, 2020
1 parent deda13a commit dcfa738
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion deploy/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,23 @@ builds:
binary: manager
hooks: {}
archives:
- id: tar
- id: kubectl-schemahero
builds:
- kubectl-schemahero
format: tar.gz
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
files:
- licence*
- LICENCE*
- license*
- LICENSE*
- readme*
- README*
- changelog*
- CHANGELOG*
- id: schemahero
builds:
- schemahero
format: tar.gz
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
files:
Expand Down

0 comments on commit dcfa738

Please sign in to comment.