Skip to content

Commit

Permalink
Standardize the go build command
Browse files Browse the repository at this point in the history
This matches the other GRC components.

Signed-off-by: mprahl <[email protected]>
  • Loading branch information
mprahl authored and openshift-merge-robot committed Jul 6, 2023
1 parent 57cb454 commit cad2e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies-go:

.PHONY: build
build:
GOOS=$(GOOS) GOARCH=$(GOARCH) go build -a -tags netgo -o ./build/_output/bin/cert-policy-controller ./main.go
@go build -o ./build/_output/bin/$(IMG) ./main.go

# Run against the current locally configured Kubernetes cluster
.PHONY: run
Expand Down

0 comments on commit cad2e66

Please sign in to comment.