From a0cd77e8332855369e8149725d81a3de17bb5608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 12 Apr 2017 03:07:00 +0300 Subject: build: create deb source for Ubuntu Zesty (#14316) --- build/ci.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/ci.go b/build/ci.go index 393937c8f..5e63c2411 100644 --- a/build/ci.go +++ b/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")) -- cgit v1.2.3