Merge pull request #88819 from praseodym/fix-bazel-build

Fix Bazel build
This commit is contained in:
Kubernetes Prow Robot 2020-03-11 11:37:36 -07:00 committed by GitHub
commit c034a145be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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