Skip to content

Commit 22e347f

Browse files
committed
Build all three binaries
1 parent 1f8927f commit 22e347f

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

deploy/.goreleaser.yml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ builds:
2323
- id: preflight
2424
goos:
2525
- linux
26+
- darwin
27+
- windows
2628
goarch:
2729
- amd64
2830
env:
@@ -39,6 +41,8 @@ builds:
3941
- id: troubleshoot
4042
goos:
4143
- linux
44+
- darwin
45+
- windows
4246
goarch:
4347
- amd64
4448
env:
@@ -69,9 +73,31 @@ builds:
6973
binary: manager
7074
hooks: {}
7175
archives:
72-
- id: tar
76+
- id: preflight
77+
builds:
78+
- preflight
79+
format: tar.gz
80+
format_overrides:
81+
- goos: windows
82+
format: zip
83+
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-{{ .Major }}.{{ .Minor }}.{{ .Patch }}'
84+
files:
85+
- licence*
86+
- LICENCE*
87+
- license*
88+
- LICENSE*
89+
- readme*
90+
- README*
91+
- changelog*
92+
- CHANGELOG*
93+
- id: troubleshoot
94+
builds:
95+
- troubleshoot
7396
format: tar.gz
74-
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-alpha'
97+
format_overrides:
98+
- goos: windows
99+
format: zip
100+
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}-{{ .Major }}.{{ .Minor }}.{{ .Patch }}'
75101
files:
76102
- licence*
77103
- LICENCE*

0 commit comments

Comments
 (0)