Skip to content

Commit

Permalink
Merge pull request #423 from balena-io/RemoveUbuntulunar2304
Browse files Browse the repository at this point in the history
Remove Ubuntu Lunar 23.04 since it's EOL
  • Loading branch information
flowzone-app[bot] authored Apr 11, 2024
2 parents bdc5ec8 + cac2042 commit a550cda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/sw.os/ubuntu/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"data": {
"libc": "glibc",
"latest": "jammy",
"versionList": "`jammy (latest)`, `focal`, `xenial`, `bionic`, `lunar`"
"versionList": "`jammy (latest)`, `focal`, `xenial`, `bionic`"
},
"name": "Ubuntu {{this.version}}",
"requires": [
Expand Down Expand Up @@ -34,7 +34,6 @@
}
],
"variants": [
{ "version": "lunar" },
{ "version": "jammy" },
{ "version": "focal" },
{ "version": "xenial" },
Expand All @@ -55,7 +54,6 @@
{ "type": "arch.sw", "slug": "amd64" }
],
"variants": [
{ "version": "lunar" },
{ "version": "jammy" },
{ "version": "focal" },
{ "version": "xenial" },
Expand Down

0 comments on commit a550cda

Please sign in to comment.