Skip to content

Commit

Permalink
Merge pull request #33 from trombik/FreeBSD
Browse files Browse the repository at this point in the history
feature: enable FreeBSD builds
  • Loading branch information
echlebek authored Jun 9, 2022
2 parents e0006ea + 752746d commit 5d76931
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,7 @@ builds:
- darwin
- linux
- windows
- freebsd
goarch:
- amd64
- 386
Expand All @@ -28,6 +29,9 @@ builds:
- linux_arm64
- windows_386
- windows_amd64
- freebsd_386
- freebsd_arm64
- freebsd_amd64

checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_sha512-checksums.txt"
Expand Down

0 comments on commit 5d76931

Please sign in to comment.