We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4239902 commit 7073264Copy full SHA for 7073264
1 file changed
.goreleaser.yaml
@@ -17,7 +17,6 @@ builds:
17
goos:
18
- linux
19
- darwin
20
- - windows
21
goarch:
22
- amd64
23
- arm64
@@ -26,6 +25,8 @@ archives:
26
25
- formats:
27
- tar.gz
28
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
+
29
+ # leaving this here for when windows builds are supported
30
format_overrides:
31
- goos: windows
32
formats:
0 commit comments