Skip to content

Commit

Permalink
add openbsd to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
howeyc committed May 1, 2021
1 parent d068415 commit 929b3d3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,25 @@ builds:
- darwin
- linux
- freebsd
- openbsd
goarch:
- amd64
- i386
- 386
- arm
- arm64
archives:
-
builds:
- ledger
wrap_in_directory: true
replacements:
darwin: Darwin
linux: Linux
windows: Windows
freebsd: FreeBSD
openbsd: OpenBSD
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip

0 comments on commit 929b3d3

Please sign in to comment.