Skip to content

Commit

Permalink
build: add support for Ubuntu Hirsute Hippo
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Mar 4, 2021
1 parent 89026d5 commit 5b95453
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 5b95453

Please sign in to comment.