diff --git a/build/ci.go b/build/ci.go
index 4ff63fd7fe939e8c1b47e66108ae043c0d95cf25..914ce9eaec471849bf7479518e0c82ad8eecfa09 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -83,6 +83,10 @@ var (
 			Name:        "geth",
 			Description: "Ethereum CLI client.",
 		},
+		{
+			Name:        "bootnode",
+			Description: "Ethereum bootnode.",
+		},
 		{
 			Name:        "rlpdump",
 			Description: "Developer utility tool that prints RLP structures.",