mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-20 16:51:12 +00:00
Merge pull request #22432 from karalabe/add-hirsute
build: add support for Ubuntu Hirsute Hippo
This commit is contained in:
commit
dab90e4d42
@ -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,
|
||||||
@ -142,6 +141,7 @@ var (
|
|||||||
"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…
x
Reference in New Issue
Block a user