Skip to content

Commit

Permalink
build: enable Ubuntu Disco Dingo PPA builds
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Mar 1, 2019
1 parent 0594deb commit 94eca08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 94eca08

Please sign in to comment.