build: create deb source for Ubuntu Zesty (#14316)

pull/14320/head
Péter Szilágyi 8 years ago committed by Felix Lange
parent 1d1d988aa7
commit a0cd77e833
  1. 2
      build/ci.go

@ -114,7 +114,7 @@ var (
// Distros for which packages are created.
// 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.
debDistros = []string{"trusty", "xenial", "yakkety"}
debDistros = []string{"trusty", "xenial", "yakkety", "zesty"}
)
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))

Loading…
Cancel
Save