summaryrefslogtreecommitdiffhomepage
path: root/shim
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2021-04-07 17:10:58 -0700
committergVisor bot <gvisor-bot@google.com>2021-04-07 17:13:11 -0700
commit192f20788b338900291b0692e2518a8e8bc0f56d (patch)
tree3de855b1a95d765a110e577dc914625fedbd324a /shim
parent0e55b57452d3437f494690dca67bcc55f11d3c60 (diff)
Add internal staging tags to //runsc and //shim binaries.
PiperOrigin-RevId: 367328273
Diffstat (limited to 'shim')
-rw-r--r--shim/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/shim/BUILD b/shim/BUILD
index 434269d31..695f61eb9 100644
--- a/shim/BUILD
+++ b/shim/BUILD
@@ -6,6 +6,7 @@ go_binary(
name = "containerd-shim-runsc-v1",
srcs = ["main.go"],
static = True,
+ tags = ["staging"],
visibility = [
"//visibility:public",
],