From bba4a390e78f14306d8408a2019fb951cb162afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 9 Mar 2017 11:22:45 +0200 Subject: [PATCH] build: add bootnode to Ubuntu PPAs too --- build/ci.go | 4 ++++ 1 file changed, 4 insertions(+) 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.",