Skip to content

Commit

Permalink
Fix .goreleaser.yml (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor authored Jan 5, 2021
1 parent 5b7eaf7 commit d4fb288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before:
# you may remove this if you don't need go generate
- go generate ./...
builds:
- main: ./cmd/ko/main.go
- main: ./main.go
env:
- CGO_ENABLED=0
flags:
Expand Down

0 comments on commit d4fb288

Please sign in to comment.