Skip to content

Commit

Permalink
goreleaser: stop ignoring arm64 build for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored and jesseduffield committed Mar 25, 2020
1 parent 8a06b60 commit 672667a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ builds:
- arm
- arm64
- 386
ignore:
- goos: freebsd
goarch: arm64
# Default is `-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}`.
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.buildSource=binaryRelease
Expand Down

0 comments on commit 672667a

Please sign in to comment.