From 192f20788b338900291b0692e2518a8e8bc0f56d Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 7 Apr 2021 17:10:58 -0700 Subject: Add internal staging tags to //runsc and //shim binaries. PiperOrigin-RevId: 367328273 --- shim/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'shim') 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", ], -- cgit v1.2.3