summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/true/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/workloads/true/BUILD')
-rw-r--r--benchmarks/workloads/true/BUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/benchmarks/workloads/true/BUILD b/benchmarks/workloads/true/BUILD
new file mode 100644
index 000000000..221c4b9a7
--- /dev/null
+++ b/benchmarks/workloads/true/BUILD
@@ -0,0 +1,14 @@
+load("@rules_pkg//:pkg.bzl", "pkg_tar")
+
+package(
+ default_visibility = ["//benchmarks:__subpackages__"],
+ licenses = ["notice"],
+)
+
+pkg_tar(
+ name = "tar",
+ srcs = [
+ "Dockerfile",
+ ],
+ extension = "tar",
+)