Skip to content

Commit dab90e4

Browse files
authored
Merge pull request #22432 from karalabe/add-hirsute
build: add support for Ubuntu Hirsute Hippo
2 parents 89026d5 + 5b95453 commit dab90e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build/ci.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ var (
115115
}
116116

117117
// A debian package is created for all executables listed here.
118-
119118
debEthereum = debPackage{
120119
Name: "ethereum",
121120
Version: params.Version,
@@ -137,11 +136,12 @@ var (
137136
// Note: disco is unsupported because it was officially deprecated on Launchpad.
138137
// Note: eoan is unsupported because it was officially deprecated on Launchpad.
139138
debDistroGoBoots = map[string]string{
140-
"trusty": "golang-1.11",
141-
"xenial": "golang-go",
142-
"bionic": "golang-go",
143-
"focal": "golang-go",
144-
"groovy": "golang-go",
139+
"trusty": "golang-1.11",
140+
"xenial": "golang-go",
141+
"bionic": "golang-go",
142+
"focal": "golang-go",
143+
"groovy": "golang-go",
144+
"hirsute": "golang-go",
145145
}
146146

147147
debGoBootPaths = map[string]string{

0 commit comments

Comments
 (0)