Skip to content

Commit

Permalink
Enable Windows, FreeBSD, OpenBSD and Alpine builds
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Oct 14, 2020
1 parent 9049991 commit b9e5d6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ builds:
ldflags: -s -w -X main.Version={{ .Version }} -X main.CommitSHA={{ .Commit }}
goos:
- linux
# - freebsd
- freebsd
- openbsd
- darwin
# - windows
- windows
goarch:
- amd64
- arm64
Expand Down Expand Up @@ -45,6 +46,7 @@ nfpms:
description: "Render markdown on the CLI"
license: MIT
formats:
- apk
- deb
- rpm
bindir: /usr/bin
Expand Down

0 comments on commit b9e5d6b

Please sign in to comment.