Skip to content

Commit a43f4ec

Browse files
fjlQi Zhou
authored andcommitted
build: add Ubuntu 21.10 PPA target (ethereum#24418)
Also specify EOL dates of all listed releases.
1 parent 70a8379 commit a43f4ec

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build/ci.go

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,12 @@ var (
132132
// Note: the following Ubuntu releases have been officially deprecated on Launchpad:
133133
// wily, yakkety, zesty, artful, cosmic, disco, eoan, groovy, hirsuite
134134
debDistroGoBoots = map[string]string{
135-
"trusty": "golang-1.11",
136-
"xenial": "golang-go",
137-
"bionic": "golang-go",
138-
"focal": "golang-go",
135+
"trusty": "golang-1.11", // EOL: 04/2024
136+
"xenial": "golang-go", // EOL: 04/2026
137+
"bionic": "golang-go", // EOL: 04/2028
138+
"focal": "golang-go", // EOL: 04/2030
139+
"impish": "golang-go", // EOL: 07/2022
140+
// "jammy": "golang-go", // EOL: 04/2027
139141
}
140142

141143
debGoBootPaths = map[string]string{

0 commit comments

Comments
 (0)