mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-03 16:07:30 +08:00
Remove old githubrunnerscalesetlistener, remove warning and fix config bug (#3937)
This commit is contained in:
2
Makefile
2
Makefile
@@ -87,7 +87,7 @@ test-with-deps: kube-apiserver etcd kubectl
|
||||
# Build manager binary
|
||||
manager: generate fmt vet
|
||||
go build -o bin/manager main.go
|
||||
go build -o bin/github-runnerscaleset-listener ./cmd/githubrunnerscalesetlistener
|
||||
go build -o bin/github-runnerscaleset-listener ./cmd/ghalistener
|
||||
|
||||
# Run against the configured Kubernetes cluster in ~/.kube/config
|
||||
run: generate fmt vet manifests
|
||||
|
||||
Reference in New Issue
Block a user