build: add support for Ubuntu Hirsute Hippo
This commit is contained in:
parent
89026d5d70
commit
5b95453ef2
12
build/ci.go
12
build/ci.go
@ -115,7 +115,6 @@ var (
|
|||||||
}
|
}
|
||||||
|
|
||||||
// A debian package is created for all executables listed here.
|
// A debian package is created for all executables listed here.
|
||||||
|
|
||||||
debEthereum = debPackage{
|
debEthereum = debPackage{
|
||||||
Name: "ethereum",
|
Name: "ethereum",
|
||||||
Version: params.Version,
|
Version: params.Version,
|
||||||
@ -137,11 +136,12 @@ var (
|
|||||||
// Note: disco is unsupported because it was officially deprecated on Launchpad.
|
// Note: disco is unsupported because it was officially deprecated on Launchpad.
|
||||||
// Note: eoan is unsupported because it was officially deprecated on Launchpad.
|
// Note: eoan is unsupported because it was officially deprecated on Launchpad.
|
||||||
debDistroGoBoots = map[string]string{
|
debDistroGoBoots = map[string]string{
|
||||||
"trusty": "golang-1.11",
|
"trusty": "golang-1.11",
|
||||||
"xenial": "golang-go",
|
"xenial": "golang-go",
|
||||||
"bionic": "golang-go",
|
"bionic": "golang-go",
|
||||||
"focal": "golang-go",
|
"focal": "golang-go",
|
||||||
"groovy": "golang-go",
|
"groovy": "golang-go",
|
||||||
|
"hirsute": "golang-go",
|
||||||
}
|
}
|
||||||
|
|
||||||
debGoBootPaths = map[string]string{
|
debGoBootPaths = map[string]string{
|
||||||
|
Loading…
Reference in New Issue
Block a user