diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-04-12 08:07:00 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-04-12 08:07:00 +0800 |
commit | a0cd77e8332855369e8149725d81a3de17bb5608 (patch) | |
tree | b0a397146aad31e51e20020fdde604bd3ddc54fe | |
parent | 1d1d988aa7caf60d6769bb474d4ec2f872eaaad4 (diff) | |
download | dexon-a0cd77e8332855369e8149725d81a3de17bb5608.tar dexon-a0cd77e8332855369e8149725d81a3de17bb5608.tar.gz dexon-a0cd77e8332855369e8149725d81a3de17bb5608.tar.bz2 dexon-a0cd77e8332855369e8149725d81a3de17bb5608.tar.lz dexon-a0cd77e8332855369e8149725d81a3de17bb5608.tar.xz dexon-a0cd77e8332855369e8149725d81a3de17bb5608.tar.zst dexon-a0cd77e8332855369e8149725d81a3de17bb5608.zip |
build: create deb source for Ubuntu Zesty (#14316)
-rw-r--r-- | build/ci.go | 2 |
1 files changed, 1 insertions, 1 deletions
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")) |