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

pull/3478/merge
Péter Szilágyi 8 years ago committed by Jeffrey Wilcke
parent 544247c918
commit 288700c4d8
  1. 4
      build/ci.go

@ -83,6 +83,10 @@ var (
Name: "geth", Name: "geth",
Description: "Ethereum CLI client.", Description: "Ethereum CLI client.",
}, },
{
Name: "bootnode",
Description: "Ethereum bootnode.",
},
{ {
Name: "rlpdump", Name: "rlpdump",
Description: "Developer utility tool that prints RLP structures.", Description: "Developer utility tool that prints RLP structures.",

Loading…
Cancel
Save