Merge pull request #22432 from karalabe/add-hirsute

build: add support for Ubuntu Hirsute Hippo
pull/22435/head
Péter Szilágyi 4 years ago committed by GitHub
commit dab90e4d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build/ci.go

@ -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…
Cancel
Save