Skip to content

Commit

Permalink
Use the correct path to main.go
Browse files Browse the repository at this point in the history
Signed-off-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
EngHabu committed Apr 12, 2022
1 parent 206b274 commit b853c83
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 @@ -17,7 +17,7 @@ builds:
- id: flytepropeller
env:
- CGO_ENABLED=0
main: ./cmd/main.go
main: ./cmd/controller/main.go
ldflags:
- -s -w -X github.com/flyteorg/flytestdlib/version.Version={{.Version}} -X github.com/flyteorg/flytestdlib/version.Build={{.ShortCommit}} -X github.com/flyteorg/flytestdlib/version.BuildTime={{.Date}}

Expand Down

0 comments on commit b853c83

Please sign in to comment.