瀏覽代碼

build: deprecate Ubuntu Cosmic, start supporting Eoan

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

+ 2 - 1
build/ci.go

@@ -137,7 +137,8 @@ var (
 	// Note: yakkety is unsupported because it was officially deprecated on Launchpad.
 	// Note: zesty is unsupported because it was officially deprecated on Launchpad.
 	// Note: artful is unsupported because it was officially deprecated on Launchpad.
-	debDistros = []string{"trusty", "xenial", "bionic", "cosmic", "disco"}
+	// Note: cosmic is unsupported because it was officially deprecated on Launchpad.
+	debDistros = []string{"trusty", "xenial", "bionic", "disco", "eoan"}
 )
 
 var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))