build: drop yakkety builds (launchpad end of life)

pull/14910/head
Péter Szilágyi 7 years ago
parent 1059927f9c
commit 524ca544b2
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 3
      build/ci.go

@ -119,7 +119,8 @@ var (
// Distros for which packages are created. // Distros for which packages are created.
// Note: vivid is unsupported because there is no golang-1.6 package for it. // Note: vivid is unsupported because there is no golang-1.6 package for it.
// Note: wily is unsupported because it was officially deprecated on lanchpad. // Note: wily is unsupported because it was officially deprecated on lanchpad.
debDistros = []string{"trusty", "xenial", "yakkety", "zesty"} // Note: yakkety is unsupported because it was officially deprecated on lanchpad.
debDistros = []string{"trusty", "xenial", "zesty"}
) )
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin")) var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))

Loading…
Cancel
Save