Skip to content

Commit fd4cdfe

Browse files
committed
feat: removed windows os from goreleaser config
1 parent c03574d commit fd4cdfe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ builds:
1212
- CGO_ENABLED=0
1313
goos:
1414
- linux
15-
- windows
1615
- darwin
1716
goarch:
1817
- amd64
@@ -44,8 +43,8 @@ changelog:
4443
sort: asc
4544
filters:
4645
exclude:
47-
- '^docs:'
48-
- '^test:'
46+
- "^docs:"
47+
- "^test:"
4948

5049
brews:
5150
- name: presidium

0 commit comments

Comments
 (0)