Skip to content

Commit

Permalink
Add make bin command for Konflux CI pipeline to build binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuje committed Feb 24, 2025
1 parent e568931 commit fcc908e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -334,3 +334,7 @@ cross-build: generate-goreleaser manifests generate fmt vet ## Cross build binar
.PHONY: cross-release
cross-release: generate-goreleaser manifests generate fmt vet
goreleaser release --clean

.PHONY: bin
bin:
go build -mod=readonly -o bin/manager main.go

0 comments on commit fcc908e

Please sign in to comment.