summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/runtimes/go/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/test/runtimes/go/BUILD')
-rw-r--r--runsc/test/runtimes/go/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/runsc/test/runtimes/go/BUILD b/runsc/test/runtimes/go/BUILD
new file mode 100644
index 000000000..c34f49ea6
--- /dev/null
+++ b/runsc/test/runtimes/go/BUILD
@@ -0,0 +1,8 @@
+load("@io_bazel_rules_go//go:def.bzl", "go_binary")
+
+package(licenses = ["notice"])
+
+go_binary(
+ name = "proctor-go",
+ srcs = ["proctor-go.go"],
+)