Skip to content

Commit 4e0a656

Browse files
committed
fix goreleaser
1 parent 5c1ba8c commit 4e0a656

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
version: 2
2+
3+
builds:
4+
- main: ./cmd/dl
5+
binary: dl
6+
goos:
7+
- linux
8+
- darwin
9+
- windows
10+
goarch:
11+
- amd64
12+
- arm64
13+
- "386"
14+
ignore:
15+
- goos: darwin
16+
goarch: "386"
17+
18+
archives:
19+
- formats:
20+
- tar.gz
21+
format_overrides:
22+
- goos: windows
23+
formats:
24+
- zip
25+
26+
changelog:
27+
sort: asc
28+
filters:
29+
exclude:
30+
- "^docs:"
31+
- "^test:"

0 commit comments

Comments
 (0)