瀏覽代碼

build: add bootnode to Ubuntu PPAs too (#3766)

Péter Szilágyi 8 年之前
父節點
當前提交
288700c4d8
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      build/ci.go

+ 4 - 0
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.",