Add PMC mapping for debian 12 (bookworm) (#24413)

This commit is contained in:
Anam Navied 2024-10-14 17:03:56 -04:00 committed by GitHub
parent ac8ab0db22
commit 8b231fb49b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,19 +127,26 @@
],
"PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb"
},
{
"url": "microsoft-ubuntu-xenial-prod",
"distribution": [
"xenial"
],
"PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb"
},
{
"url": "microsoft-debian-bullseye-prod",
"distribution": [
"bullseye"
],
"PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb"
}
{
"url": "microsoft-ubuntu-xenial-prod",
"distribution": [
"xenial"
],
"PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb"
},
{
"url": "microsoft-debian-bullseye-prod",
"distribution": [
"bullseye"
],
"PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb"
},
{
"url": "microsoft-debian-bookworm-prod",
"distribution": [
"bookworm"
],
"PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb"
}
]
}