Skip to content

Commit

Permalink
Updated to include Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
craigloewen-msft committed Apr 25, 2024
1 parent 52bad1f commit 77a7ef5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions distributions/DistributionInfo.json
Expand Up @@ -60,6 +60,16 @@
"Arm64PackageUrl": "https://wslstorestorage.blob.core.windows.net/wslblob/Ubuntu2204LTS-230518_ARM64.appx",
"PackageFamilyName": "CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc"
},
{
"Name": "Ubuntu-24.04",
"FriendlyName": "Ubuntu 24.04 LTS",
"StoreAppId": "9NZ3KLHXDJP5",
"Amd64": true,
"Arm64": true,
"Amd64PackageUrl": "https://wslstorestorage.blob.core.windows.net/wslblob/Ubuntu2404-240425.AppxBundle",
"Arm64PackageUrl": "https://wslstorestorage.blob.core.windows.net/wslblob/Ubuntu2404-240425.AppxBundle",
"PackageFamilyName": "CanonicalGroupLimited.Ubuntu24.04LTS_79rhkp1fndgsc"
},
{
"Name": "OracleLinux_7_9",
"FriendlyName": "Oracle Linux 7.9",
Expand Down

1 comment on commit 77a7ef5

@dol
Copy link

@dol dol commented on 77a7ef5 May 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@craigloewen-msft Thank you for pushing out the new Ubuntu 24.04 bundle. We use the direct URLs for downloading the bundles to a dedicated place to unpack and import the it. In our documentation we always refer to https://learn.microsoft.com/en-us/windows/wsl/install-manual#downloading-distributions . The newest Ubuntu 24.04 is not yet listed. It would be nice if your team could add the link to the bundle. Thanks.

Please sign in to comment.