Skip to content

Commit 77eccb3

Browse files
brannnclaude
andcommitted
Add Windows build targets to GoReleaser config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ed6fc9c commit 77eccb3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ builds:
1010
goos:
1111
- linux
1212
- darwin
13+
- windows
1314
goarch:
1415
- amd64
1516
- arm64
1617

1718
archives:
1819
- format: tar.gz
1920
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
21+
format_overrides:
22+
- goos: windows
23+
format: zip
2024

2125
checksum:
2226
name_template: "checksums.txt"

0 commit comments

Comments
 (0)