Skip to content

Commit e1dc7ec

Browse files
authored
Merge pull request #14414 from gluk256/77_release
build: wnode added to the build configuration
2 parents cad0710 + 99127ff commit e1dc7ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/ci.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ var (
7777
executablePath("puppeth"),
7878
executablePath("rlpdump"),
7979
executablePath("swarm"),
80+
executablePath("wnode"),
8081
}
8182

8283
// A debian package is created for all executables listed here.
@@ -109,6 +110,10 @@ var (
109110
Name: "swarm",
110111
Description: "Ethereum Swarm daemon and tools",
111112
},
113+
{
114+
Name: "wnode",
115+
Description: "Ethereum Whisper diagnostic tool",
116+
},
112117
}
113118

114119
// Distros for which packages are created.

0 commit comments

Comments
 (0)