Skip to content

Commit

Permalink
feat: support freebsd
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Rumney <owen@owenrumney.co.uk>
  • Loading branch information
owenrumney committed May 10, 2022
1 parent 1e667c3 commit 29d3f30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ builds:
- linux
- windows
- darwin
- freebsd
goarch:
- amd64
- arm64


checksum:
Expand Down
4 changes: 2 additions & 2 deletions internal/pkg/scan/signals_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build linux || bsd || darwin
// +build linux bsd darwin
//go:build linux || bsd || darwin || freebsd
// +build linux bsd darwin freebsd

package scan

Expand Down

0 comments on commit 29d3f30

Please sign in to comment.