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

This commit is contained in:
Péter Szilágyi
2017-04-12 02:07:00 +02:00
committed by Felix Lange
parent 1d1d988aa7
commit a0cd77e833
+1 -1
View File
@@ -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"))