Skip to content

Commit

Permalink
Merge pull request ethereum#15344 from karalabe/ubuntu=artful
Browse files Browse the repository at this point in the history
build: start shipping Ubuntu Artful Aardvark binaries
  • Loading branch information
karalabe authored Oct 20, 2017
2 parents 0900aae + ba22019 commit eaa4f8a
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 @@ -120,7 +120,7 @@ var (
// 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.
// Note: yakkety is unsupported because it was officially deprecated on lanchpad.
debDistros = []string{"trusty", "xenial", "zesty"}
debDistros = []string{"trusty", "xenial", "zesty", "artful"}
)

var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))
Expand Down

0 comments on commit eaa4f8a

Please sign in to comment.