Browse Source

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

Péter Szilágyi 8 năm trước cách đây
mục cha
commit
288700c4d8
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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.",