mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #44367 from ixdy/bazel-update-binary-lists
Automatic merge from submit-queue Add a few missing binaries to the Bazel SERVER_TARGETS list **What this PR does / why we need it**: catches up our Bazel build with #41413 and #40204. If you have clever ideas of how to keep the lists in `build/release-tars/BUILD` and `hack/lib/golang.sh` in sync I'd love hear them. **Release note**: ```release-note NONE ``` /assign @spxtr @mikedanese
This commit is contained in:
commit
5dd914382f
@ -68,11 +68,13 @@ NODE_TARGETS = [
|
||||
# No need to duplicate CLIENT_TARGETS or NODE_TARGETS here,
|
||||
# since we include them in the actual build rule.
|
||||
SERVER_TARGETS = [
|
||||
"//cmd/cloud-controller-manager",
|
||||
"//cmd/hyperkube",
|
||||
"//cmd/kube-apiserver",
|
||||
"//cmd/kube-controller-manager",
|
||||
"//cmd/kubeadm",
|
||||
"//plugin/cmd/kube-scheduler",
|
||||
"//vendor/k8s.io/kube-aggregator",
|
||||
]
|
||||
|
||||
# kube::golang::test_targets
|
||||
|
Loading…
Reference in New Issue
Block a user