diff --git a/build/ci.go b/build/ci.go index 4ff63fd7fe..914ce9eaec 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.",