Skip to content

Commit eeb1d2b

Browse files
committed
Publish podinfo CLI to GitHub releases
1 parent 6da79da commit eeb1d2b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.goreleaser.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ builds:
1010
- amd64
1111
env:
1212
- CGO_ENABLED=0
13-
ignore:
14-
- goos: darwin
15-
goarch: 386
16-
- goos: windows
17-
goarch: 386
18-
archive:
19-
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
20-
files:
21-
- none*
13+
archives:
14+
- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
15+
files:
16+
- none*

0 commit comments

Comments
 (0)