Skip to content

Commit

Permalink
Added FreeBSD to goreleaser spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Urethramancer committed Nov 17, 2021
1 parent a7c16c2 commit 6627018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ builds:
id: "client"
dir: "."
ldflags:
- -s -w -X main.version={{.Version}} -X main.date={{.CommitDate}}
- -s -w -X main.version={{.Version}} -X main.date={{.CommitDate}}
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- freebsd
goarch:
- amd64
- arm64
Expand Down

0 comments on commit 6627018

Please sign in to comment.