Skip to content

Commit a0f6675

Browse files
intel352claude
andcommitted
fix: remove Windows from release targets (daemon requires Unix sockets)
The daemon package uses syscall.SysProcAttr{Setsid: true} and Unix domain sockets throughout, making Windows cross-compilation impossible. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d503369 commit a0f6675

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.goreleaser.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ builds:
99
goos:
1010
- linux
1111
- darwin
12-
- windows
1312
goarch:
1413
- amd64
1514
- arm64
@@ -24,9 +23,6 @@ archives:
2423
ids: [ratchet]
2524
formats: [tar.gz]
2625
name_template: "ratchet_{{ .Os }}_{{ .Arch }}"
27-
format_overrides:
28-
- goos: windows
29-
formats: [zip]
3026
files:
3127
- RATCHET.md
3228

0 commit comments

Comments
 (0)