summaryrefslogtreecommitdiffhomepage
path: root/tools/installers/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/installers/BUILD')
-rw-r--r--tools/installers/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/installers/BUILD b/tools/installers/BUILD
index d78a265ca..caa7b1983 100644
--- a/tools/installers/BUILD
+++ b/tools/installers/BUILD
@@ -17,6 +17,14 @@ sh_binary(
)
sh_binary(
+ name = "images",
+ srcs = ["images.sh"],
+ data = [
+ "//images",
+ ],
+)
+
+sh_binary(
name = "master",
srcs = ["master.sh"],
)