bazel: always choose linux / amd64 distroless base image

This commit is contained in:
Malte Poll 2023-06-08 20:10:29 +02:00 committed by Malte Poll
parent 537cdbcfad
commit 6c8dade285
4 changed files with 4 additions and 12 deletions

View file

@ -58,10 +58,8 @@ pkg_tar(
oci_image(
name = "node_operator",
architecture = "amd64",
base = "@distroless_static",
base = "@distroless_static_linux_amd64",
entrypoint = ["/node-operator"],
os = "linux",
tars = [
":layer",
],