Skip to content

Commit 929b3d3

Browse files
committed
add openbsd to releases
1 parent d068415 commit 929b3d3

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,25 @@ builds:
1010
- darwin
1111
- linux
1212
- freebsd
13+
- openbsd
1314
goarch:
1415
- amd64
15-
- i386
16+
- 386
1617
- arm
1718
- arm64
1819
archives:
1920
-
2021
builds:
2122
- ledger
2223
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
2332
format_overrides:
2433
- goos: windows
2534
format: zip

0 commit comments

Comments
 (0)