Add internal staging tags to //runsc and //shim binaries.

PiperOrigin-RevId: 367328273
This commit is contained in:
Adin Scannell
2021-04-07 17:13:11 -07:00
committed by gVisor bot
parent 0e55b57452
commit 192f20788b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ go_binary(
"version.go",
],
pure = True,
tags = ["staging"],
visibility = [
"//visibility:public",
],
+1
View File
@@ -6,6 +6,7 @@ go_binary(
name = "containerd-shim-runsc-v1",
srcs = ["main.go"],
static = True,
tags = ["staging"],
visibility = [
"//visibility:public",
],