Skip to content

Commit

Permalink
Add make bin command to Makefile for Konflux CI Pipeline to build b…
Browse files Browse the repository at this point in the history
…inary files.
  • Loading branch information
zhuje committed Feb 24, 2025
1 parent 2e5f5b2 commit b338927
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 b338927

Please sign in to comment.