diff --git a/build/ci.go b/build/ci.go index 2e7425b339..0e867c89e1 100644 --- a/build/ci.go +++ b/build/ci.go @@ -94,7 +94,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"))