Skip to content

Commit 345e209

Browse files
committed
ci: add windows build
1 parent e46adda commit 345e209

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.goreleaser.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ builds:
3434
env:
3535
- CGO_ENABLED=0
3636

37+
- <<: *build_defaults
38+
id: windows
39+
goos: [windows]
40+
goarch: [386, amd64]
41+
3742
archives:
3843
- id: nix
3944
builds: [macos, linux]
@@ -45,6 +50,13 @@ archives:
4550
format: tar.gz
4651
files:
4752
- LICENSE
53+
- id: windows
54+
builds: [windows]
55+
<<: *archive_defaults
56+
wrap_in_directory: false
57+
format: zip
58+
files:
59+
- LICENSE
4860

4961
checksum:
5062
name_template: 'checksums_v{{ .Version }}_sha256.txt'

0 commit comments

Comments
 (0)