diff --git a/build/ci.go b/build/ci.go
index 8b6ebe74c94d42b8d99efa5f006c0c20ad0f1127..47b1dc780b8a9d286bf221126120bdf4986cae76 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -77,6 +77,7 @@ var (
 		executablePath("puppeth"),
 		executablePath("rlpdump"),
 		executablePath("swarm"),
+		executablePath("wnode"),
 	}
 
 	// A debian package is created for all executables listed here.
@@ -109,6 +110,10 @@ var (
 			Name:        "swarm",
 			Description: "Ethereum Swarm daemon and tools",
 		},
+		{
+			Name:        "wnode",
+			Description: "Ethereum Whisper diagnostic tool",
+		},
 	}
 
 	// Distros for which packages are created.