chore: Set build version on make-runscaleset (#2713)
This commit is contained in:
parent
685f7162a4
commit
2fee26ddce
3
Makefile
3
Makefile
|
|
@ -95,7 +95,8 @@ run: generate fmt vet manifests
|
||||||
run-scaleset: generate fmt vet
|
run-scaleset: generate fmt vet
|
||||||
CONTROLLER_MANAGER_POD_NAMESPACE=default \
|
CONTROLLER_MANAGER_POD_NAMESPACE=default \
|
||||||
CONTROLLER_MANAGER_CONTAINER_IMAGE="${DOCKER_IMAGE_NAME}:${VERSION}" \
|
CONTROLLER_MANAGER_CONTAINER_IMAGE="${DOCKER_IMAGE_NAME}:${VERSION}" \
|
||||||
go run ./main.go --auto-scaling-runner-set-only
|
go run -ldflags="-s -w -X 'github.com/actions/actions-runner-controller/build.Version=$(VERSION)'" \
|
||||||
|
./main.go --auto-scaling-runner-set-only
|
||||||
|
|
||||||
# Install CRDs into a cluster
|
# Install CRDs into a cluster
|
||||||
install: manifests
|
install: manifests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue