summaryrefslogtreecommitdiffhomepage
path: root/shim/v2/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'shim/v2/BUILD')
-rw-r--r--shim/v2/BUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/shim/v2/BUILD b/shim/v2/BUILD
new file mode 100644
index 000000000..b4a107d27
--- /dev/null
+++ b/shim/v2/BUILD
@@ -0,0 +1,13 @@
+load("//tools:defs.bzl", "go_binary")
+
+package(licenses = ["notice"])
+
+go_binary(
+ name = "containerd-shim-runsc-v1",
+ srcs = ["main.go"],
+ static = True,
+ visibility = [
+ "//visibility:public",
+ ],
+ deps = ["//shim/v2/cli"],
+)