aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-04-12 08:07:00 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-04-12 08:07:00 +0800
commita0cd77e8332855369e8149725d81a3de17bb5608 (patch)
treeb0a397146aad31e51e20020fdde604bd3ddc54fe /build
parent1d1d988aa7caf60d6769bb474d4ec2f872eaaad4 (diff)
downloadgo-tangerine-a0cd77e8332855369e8149725d81a3de17bb5608.tar
go-tangerine-a0cd77e8332855369e8149725d81a3de17bb5608.tar.gz
go-tangerine-a0cd77e8332855369e8149725d81a3de17bb5608.tar.bz2
go-tangerine-a0cd77e8332855369e8149725d81a3de17bb5608.tar.lz
go-tangerine-a0cd77e8332855369e8149725d81a3de17bb5608.tar.xz
go-tangerine-a0cd77e8332855369e8149725d81a3de17bb5608.tar.zst
go-tangerine-a0cd77e8332855369e8149725d81a3de17bb5608.zip
build: create deb source for Ubuntu Zesty (#14316)
Diffstat (limited to 'build')
-rw-r--r--build/ci.go2
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"))