Skip to content

Commit 51d77c5

Browse files
bbornclaude
andcommitted
Drop Windows build target — tmux-based tool is Unix-only
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 24e8b60 commit 51d77c5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@ builds:
99
goos:
1010
- darwin
1111
- linux
12-
- windows
1312
goarch:
1413
- amd64
1514
- arm64
16-
ignore:
17-
- goos: windows
18-
goarch: arm64
1915

2016
- id: taskd
2117
main: ./cmd/taskd
@@ -35,9 +31,6 @@ archives:
3531
builds:
3632
- ty
3733
format: tar.gz
38-
format_overrides:
39-
- goos: windows
40-
format: zip
4134
name_template: "ty_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
4235

4336
- id: taskd

0 commit comments

Comments
 (0)