Skip to content

Commit c034a14

Browse files
authored
Merge pull request kubernetes#88819 from praseodym/fix-bazel-build
Fix Bazel build
2 parents a37d68e + 1f9b1af commit c034a14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ DOCKERIZED_BINARIES = {
5252
srcs = select({"@io_bazel_rules_go//go/platform:" + arch: ["//cmd/" + binary]}),
5353
mode = "0755",
5454
package_dir = "/usr/bin",
55+
tags = ["manual"],
5556
visibility = ["//visibility:private"],
5657
) for binary in DOCKERIZED_BINARIES.keys() for arch in SERVER_PLATFORMS["linux"]]
5758

0 commit comments

Comments
 (0)