mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #88819 from praseodym/fix-bazel-build
Fix Bazel build
This commit is contained in:
commit
c034a145be
@ -52,6 +52,7 @@ DOCKERIZED_BINARIES = {
|
||||
srcs = select({"@io_bazel_rules_go//go/platform:" + arch: ["//cmd/" + binary]}),
|
||||
mode = "0755",
|
||||
package_dir = "/usr/bin",
|
||||
tags = ["manual"],
|
||||
visibility = ["//visibility:private"],
|
||||
) for binary in DOCKERIZED_BINARIES.keys() for arch in SERVER_PLATFORMS["linux"]]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user