Skip to content

Commit

Permalink
add mapping to azurelinux repo (PowerShell#24290)
Browse files Browse the repository at this point in the history
  • Loading branch information
anamnavi authored Sep 18, 2024
1 parent 0b3709b commit 805e621
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions tools/packages.microsoft.com/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,38 @@
"PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.x86_64.rpm",
"channel": "preview"
},
{
"url": "azurelinux-3.0-prod-ms-oss-aarch64",
"distribution": [
"bionic"
],
"PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.aarch64.rpm",
"channel": "stable"
},
{
"url": "azurelinux-3.0-prod-ms-oss-x86_64",
"distribution": [
"bionic"
],
"PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.x86_64.rpm",
"channel": "stable"
},
{
"url": "azurelinux-3.0-preview-ms-oss-aarch64",
"distribution": [
"bionic"
],
"PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.aarch64.rpm",
"channel": "preview"
},
{
"url": "azurelinux-3.0-preview-ms-oss-x86_64",
"distribution": [
"bionic"
],
"PackageFormat": "PACKAGE_NAME-POWERSHELL_RELEASE-1.cm.x86_64.rpm",
"channel": "preview"
},
{
"url": "microsoft-debian-stretch-prod",
"distribution": [
Expand Down

0 comments on commit 805e621

Please sign in to comment.