Skip to content

Commit 080bd4c

Browse files
committed
chore: supports windows artifacts
1 parent 6a0f89a commit 080bd4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ builds:
88
goos:
99
- darwin
1010
- linux
11+
- windows
1112
goarch:
1213
- amd64
1314
- arm64
1415
ldflags:
1516
- "-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}"
17+
ignore:
18+
- goos: windows
19+
goarch: arm64
1620
archives:
1721
- files:
1822
- LICENSE.md

0 commit comments

Comments
 (0)