diff options
author | Péter Szilágyi <peterke@gmail.com> | 2019-03-01 17:31:10 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-03-01 17:31:10 +0800 |
commit | 94eca08ad8bf8d101a29334afe69498cde2aa584 (patch) | |
tree | 6daa23cac34fb605f1cb8ca452f631aa38af4eac | |
parent | 0594deb65281bb6e6536c5741f56e75be6484f75 (diff) | |
download | go-tangerine-94eca08ad8bf8d101a29334afe69498cde2aa584.tar go-tangerine-94eca08ad8bf8d101a29334afe69498cde2aa584.tar.gz go-tangerine-94eca08ad8bf8d101a29334afe69498cde2aa584.tar.bz2 go-tangerine-94eca08ad8bf8d101a29334afe69498cde2aa584.tar.lz go-tangerine-94eca08ad8bf8d101a29334afe69498cde2aa584.tar.xz go-tangerine-94eca08ad8bf8d101a29334afe69498cde2aa584.tar.zst go-tangerine-94eca08ad8bf8d101a29334afe69498cde2aa584.zip |
build: enable Ubuntu Disco Dingo PPA builds
-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 91339d22c..0413d5155 100644 --- a/build/ci.go +++ b/build/ci.go @@ -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")) |