build: add support for Ubuntu Hirsute Hippo
This commit is contained in:
parent
89026d5d70
commit
5b95453ef2
@ -115,7 +115,6 @@ var (
|
||||
}
|
||||
|
||||
// A debian package is created for all executables listed here.
|
||||
|
||||
debEthereum = debPackage{
|
||||
Name: "ethereum",
|
||||
Version: params.Version,
|
||||
@ -142,6 +141,7 @@ var (
|
||||
"bionic": "golang-go",
|
||||
"focal": "golang-go",
|
||||
"groovy": "golang-go",
|
||||
"hirsute": "golang-go",
|
||||
}
|
||||
|
||||
debGoBootPaths = map[string]string{
|
||||
|
Loading…
Reference in New Issue
Block a user