Skip to content

Commit

Permalink
Merge pull request #22432 from karalabe/add-hirsute
Browse files Browse the repository at this point in the history
build: add support for Ubuntu Hirsute Hippo
  • Loading branch information
karalabe authored Mar 4, 2021
2 parents 89026d5 + 5b95453 commit dab90e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ var (
}

// A debian package is created for all executables listed here.

debEthereum = debPackage{
Name: "ethereum",
Version: params.Version,
Expand All @@ -137,11 +136,12 @@ var (
// Note: disco is unsupported because it was officially deprecated on Launchpad.
// Note: eoan is unsupported because it was officially deprecated on Launchpad.
debDistroGoBoots = map[string]string{
"trusty": "golang-1.11",
"xenial": "golang-go",
"bionic": "golang-go",
"focal": "golang-go",
"groovy": "golang-go",
"trusty": "golang-1.11",
"xenial": "golang-go",
"bionic": "golang-go",
"focal": "golang-go",
"groovy": "golang-go",
"hirsute": "golang-go",
}

debGoBootPaths = map[string]string{
Expand Down

0 comments on commit dab90e4

Please sign in to comment.