Skip to content

Commit

Permalink
adding IDs to release builds (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
kensipe authored and alenkacz committed Jul 15, 2019
1 parent 0b4e26e commit 81a20bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before:
- go generate ./...
builds:
-
id: "manager"
binary: manager
main: cmd/manager/main.go
ldflags:
Expand All @@ -24,6 +25,7 @@ builds:
- amd64
- arm
-
id: "kubectl-kudo"
binary: kubectl-kudo
main: cmd/kubectl-kudo/main.go
ldflags:
Expand Down

0 comments on commit 81a20bb

Please sign in to comment.