Remove old githubrunnerscalesetlistener, remove warning and fix config bug (#3937)

This commit is contained in:
Nikola Jokic
2025-03-07 11:58:16 +01:00
committed by GitHub
parent 87938ee5bf
commit 7a5996f467
22 changed files with 18 additions and 3618 deletions

View File

@@ -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