Skip to content

Commit 854543c

Browse files
eashiahmelsayed
authored andcommitted
Make keda pkg output name explicit (#465)
* Make keda pkg output name explicit * Remove added by mistake * Correct the right name for the keda package
1 parent 2b3be4d commit 854543c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ build: build-adapter build-controller
6161
.PHONY: build-controller
6262
build-controller: generate-api pkg/scalers/liiklus/LiiklusService.pb.go
6363
$(GO_BUILD_VARS) operator-sdk build $(IMAGE_CONTROLLER) \
64-
--go-build-args "-ldflags -X=main.GitCommit=$(GIT_COMMIT)"
64+
--go-build-args "-ldflags -X=main.GitCommit=$(GIT_COMMIT) -o build/_output/bin/keda"
6565

6666
.PHONY: build-adapter
6767
build-adapter: generate-api pkg/scalers/liiklus/LiiklusService.pb.go

0 commit comments

Comments
 (0)