mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Use for_platforms with //:_binary-artifacts-and-hashes
This commit is contained in:
parent
02987016cc
commit
6a12517493
@ -18,13 +18,17 @@ load("//build:platforms.bzl", "for_platforms")
|
|||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "_binary-artifacts-and-hashes",
|
name = "_binary-artifacts-and-hashes",
|
||||||
srcs = [
|
srcs = select(for_platforms(
|
||||||
"//build:client-targets-and-hashes",
|
for_client = ["//build:client-targets-and-hashes"],
|
||||||
"//build:docker-artifacts-and-hashes",
|
for_node = [
|
||||||
"//build:node-targets-and-hashes",
|
"//build:node-targets-and-hashes",
|
||||||
"//build:server-targets-and-hashes",
|
"//build/debs:debs-and-hashes",
|
||||||
"//build/debs:debs-and-hashes",
|
],
|
||||||
],
|
for_server = [
|
||||||
|
"//build:docker-artifacts-and-hashes",
|
||||||
|
"//build:server-targets-and-hashes",
|
||||||
|
],
|
||||||
|
)),
|
||||||
visibility = ["//visibility:private"],
|
visibility = ["//visibility:private"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user