build: enable Ubuntu Disco Dingo PPA builds

This commit is contained in:
Péter Szilágyi 2019-03-01 11:31:10 +02:00
parent 0594deb652
commit 94eca08ad8
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D

View File

@ -156,7 +156,7 @@ var (
// Note: yakkety is unsupported because it was officially deprecated on lanchpad.
// Note: zesty is unsupported because it was officially deprecated on lanchpad.
// Note: artful is unsupported because it was officially deprecated on lanchpad.
debDistros = []string{"trusty", "xenial", "bionic", "cosmic"}
debDistros = []string{"trusty", "xenial", "bionic", "cosmic", "disco"}
)
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))