mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 01:34:19 +08:00
add mapping to azurelinux repo (#24290)
This commit is contained in:
parent
0b3709b1e1
commit
805e621517
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user