Skip to content

Commit

Permalink
Fix .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus committed Jul 15, 2024
1 parent 05dfd63 commit e389c01
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 @@ -6,7 +6,8 @@ before:
# this is just an example and not a requirement for provider building/publishing
- go mod tidy
builds:
- env:
- main: ./cmd/cyclone
env:
# goreleaser does not work with CGO, it could also complicate
# usage by users in CI/CD systems like Terraform Cloud where
# they are unable to install libraries.
Expand Down

0 comments on commit e389c01

Please sign in to comment.