Skip to content

Commit 9302f85

Browse files
committed
removing windows and darwin from supported builds
1 parent e10e519 commit 9302f85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ builds:
66
env:
77
- CGO_ENABLED=0
88
goos:
9-
- windows
10-
- darwin
11-
- linux
9+
- linux
1210
goarch:
1311
- amd64
1412

0 commit comments

Comments
 (0)