Skip to content

Commit 48837bc

Browse files
yasithdevclaude
andcommitted
Remove Windows from GoReleaser targets
go-fuse requires unix syscalls (FUSE), so Windows builds fail. Linkspan is unix-only (also uses PTY). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bf4b70d commit 48837bc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ builds:
99
- CGO_ENABLED=0
1010
goos:
1111
- linux
12-
- windows
1312
- darwin
1413

1514
archives:
@@ -22,10 +21,7 @@ archives:
2221
{{- else if eq .Arch "386" }}i386
2322
{{- else }}{{ .Arch }}{{ end }}
2423
{{- if .Arm }}v{{ .Arm }}{{ end }}
25-
# use zip for windows archives
26-
format_overrides:
27-
- goos: windows
28-
formats: [zip]
24+
2925
3026
changelog:
3127
sort: asc

0 commit comments

Comments
 (0)