瀏覽代碼

build: enable Ubuntu Disco Dingo PPA builds

Péter Szilágyi 6 年之前
父節點
當前提交
94eca08ad8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build/ci.go

+ 1 - 1
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"))