Skip to content

Commit bdc6ffa

Browse files
committed
fix goreleaser
1 parent e3bbb58 commit bdc6ffa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@ archives:
7171
format_overrides:
7272
- goos: windows
7373
format: binary
74-
- goos: linux
75-
format: zip
76-
- goos: darwin
77-
format: zip
7874
- id: console
7975
builds:
8076
- console
8177
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
8278
format_overrides:
8379
- goos: windows
8480
format: binary
81+
# - goos: linux
82+
# format: zip
83+
# - goos: darwin
84+
# format: zip
8585

8686
nfpms:
8787
- license: AGPL 3.0

0 commit comments

Comments
 (0)