Skip to content

Commit

Permalink
Build all three binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Jul 26, 2019
1 parent 1f8927f commit 22e347f
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions deploy/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ builds:
- id: preflight
goos:
- linux
- darwin
- windows
goarch:
- amd64
env:
Expand All @@ -39,6 +41,8 @@ builds:
- id: troubleshoot
goos:
- linux
- darwin
- windows
goarch:
- amd64
env:
Expand Down Expand Up @@ -69,9 +73,31 @@ builds:
binary: manager
hooks: {}
archives:
- id: tar
- id: preflight
builds:
- preflight
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-{{ .Major }}.{{ .Minor }}.{{ .Patch }}'
files:
- licence*
- LICENCE*
- license*
- LICENSE*
- readme*
- README*
- changelog*
- CHANGELOG*
- id: troubleshoot
builds:
- troubleshoot
format: tar.gz
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-alpha'
format_overrides:
- goos: windows
format: zip
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-{{ .Major }}.{{ .Minor }}.{{ .Patch }}'
files:
- licence*
- LICENCE*
Expand Down

0 comments on commit 22e347f

Please sign in to comment.