We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d068415 commit 929b3d3Copy full SHA for 929b3d3
1 file changed
.goreleaser.yml
@@ -10,16 +10,25 @@ builds:
10
- darwin
11
- linux
12
- freebsd
13
+ - openbsd
14
goarch:
15
- amd64
- - i386
16
+ - 386
17
- arm
18
- arm64
19
archives:
20
-
21
builds:
22
- ledger
23
wrap_in_directory: true
24
+ replacements:
25
+ darwin: Darwin
26
+ linux: Linux
27
+ windows: Windows
28
+ freebsd: FreeBSD
29
+ openbsd: OpenBSD
30
+ 386: i386
31
+ amd64: x86_64
32
format_overrides:
33
- goos: windows
34
format: zip
0 commit comments