Skip to content

Commit

Permalink
feat: build binary for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Feb 8, 2022
1 parent 469d7f7 commit b97c076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- freebsd
goarch:
- amd64
- arm64
ignore:
- goos: freebsd
goarch: arm64

0 comments on commit b97c076

Please sign in to comment.