Skip to content

Commit 74b3fd8

Browse files
committed
add specific instructions to build windows packages
1 parent 703df06 commit 74b3fd8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.goreleaser.yml

+8
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ before:
55

66
builds:
77
-
8+
id: "egor"
89
binary: egor
910
env:
1011
- CGO_ENABLED=0
12+
goos:
13+
- linux
14+
- darwin
15+
- windows
16+
goarch:
17+
- 386
18+
- amd64
1119
archives:
1220
- replacements:
1321
darwin: Darwin

0 commit comments

Comments
 (0)