Skip to content

Commit 5e53e94

Browse files
authored
Merge pull request #64 from twpayne/no-windows
Disable Windows releases
2 parents 513d15a + bcf98b1 commit 5e53e94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ builds:
1111
goos:
1212
- linux
1313
- darwin
14-
- windows
1514
- freebsd
1615
- openbsd
1716
# - dragonfly
@@ -26,8 +25,6 @@ builds:
2625
ignore:
2726
- goos: darwin
2827
goarch: 386
29-
- goos: windows
30-
goarch: 386
3128

3229
## generate .tar.gz and .zip archives
3330
archive:

0 commit comments

Comments
 (0)