diff --git a/build/ci.go b/build/ci.go
index 91339d22c860eba6c286c1cbac2e86841767bd35..0413d5155dd41cfc91e39ba72d41cb42b04a5039 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -156,7 +156,7 @@ var (
 	// Note: yakkety is unsupported because it was officially deprecated on lanchpad.
 	// Note: zesty is unsupported because it was officially deprecated on lanchpad.
 	// Note: artful is unsupported because it was officially deprecated on lanchpad.
-	debDistros = []string{"trusty", "xenial", "bionic", "cosmic"}
+	debDistros = []string{"trusty", "xenial", "bionic", "cosmic", "disco"}
 )
 
 var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))