We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1ba8c commit 4e0a656Copy full SHA for 4e0a656
1 file changed
.goreleaser.yaml
@@ -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