gvisor/benchmarks/workloads/sleep/BUILD

14 lines
210 B
Python

load("@rules_pkg//:pkg.bzl", "pkg_tar")
package(
default_visibility = ["//benchmarks:__subpackages__"],
licenses = ["notice"],
)
pkg_tar(
name = "tar",
srcs = [
"Dockerfile",
],
)