mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Fix Bazel build
This commit is contained in:
parent
d682c83890
commit
1f9b1af1ad
@ -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