Skip to content

Commit

Permalink
Updating go releaser to exclude arm64 for freebsd
Browse files Browse the repository at this point in the history
* arm64 for freebsd is not needed for the provsioner. .
  • Loading branch information
disaac committed Jun 15, 2020
1 parent b3cea89 commit fd18ac6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ builds:
- arm
- arm64
- 386
ignore:
- goos: freebsd
goarch: arm64
env:
- CGO_ENABLED=0

Expand Down

0 comments on commit fd18ac6

Please sign in to comment.