Skip to content

Commit

Permalink
Merge pull request #77 from zhuje/konflux-make-bin
Browse files Browse the repository at this point in the history
Add `make bin` command for Konflux CI pipeline to build binaries
  • Loading branch information
jgbernalp authored Feb 24, 2025
2 parents 2e5f5b2 + 03b17b9 commit 33a3677
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 @@ -363,3 +363,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 33a3677

Please sign in to comment.