Skip to content

Commit 7073264

Browse files
authored
.goreleaser.yaml: remove windows build (#2)
1 parent 4239902 commit 7073264

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ builds:
1717
goos:
1818
- linux
1919
- darwin
20-
- windows
2120
goarch:
2221
- amd64
2322
- arm64
@@ -26,6 +25,8 @@ archives:
2625
- formats:
2726
- tar.gz
2827
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
28+
29+
# leaving this here for when windows builds are supported
2930
format_overrides:
3031
- goos: windows
3132
formats:

0 commit comments

Comments
 (0)