Skip to content

Commit

Permalink
feat(freebsd): generate arm/amd64 binaries for FreeBSD
Browse files Browse the repository at this point in the history
fixes #289
  • Loading branch information
ghuntley authored Dec 8, 2022
1 parent f9eefe9 commit 249640e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .project/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ builds:
- binary: gotestsum
goos:
- darwin
- freebsd
- windows
- linux
goarch:
Expand All @@ -25,6 +26,12 @@ builds:
goarch: s390x
- goos: darwin
goarch: ppc64le
- goos: freebsd
goarch: s390x
- goos: freebsd
goarch: ppc64le
- goos: freebsd
goarch: arm
- goos: windows
goarch: s390x
- goos: windows
Expand Down

0 comments on commit 249640e

Please sign in to comment.