Skip to content

Commit

Permalink
Fix goreleaser path
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Dec 28, 2020
1 parent 0f889c8 commit e984bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ builds:
- amd64
- arm64
- ppc64
dir: ./cmd/kube-burner/
ldflags:
- -X github.com/cloud-bulldozer/kube-burner/version.GitCommit={{.Commit}} -X github.com/cloud-bulldozer/kube-burner/version.BuildDate={{.Date}} -X github.com/cloud-bulldozer/kube-burner/version.Version={{.Version}}
archives:
Expand Down

0 comments on commit e984bd9

Please sign in to comment.