Skip to content

Commit

Permalink
feature: enable FreeBSD builds
Browse files Browse the repository at this point in the history
  • Loading branch information
trombik committed May 18, 2020
1 parent 55861a7 commit 752746d
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 752746d

Please sign in to comment.