Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
build: enable ubuntu ppa disco (19.04) builds (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Jun 18, 2019
1 parent 9fa6d29 commit f828da6
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 @@ -94,7 +94,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 f828da6

Please sign in to comment.