From 3ff088eb5d26f6a9f18d710b29f198ebae5385c3 Mon Sep 17 00:00:00 2001 From: Anam Navied Date: Tue, 9 Jun 2026 16:24:45 -0400 Subject: [PATCH] Add PMC mappings for debian12 arm64 and debian13 arm64 (#27491) --- tools/packages.microsoft.com/mapping.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tools/packages.microsoft.com/mapping.json b/tools/packages.microsoft.com/mapping.json index 7cb212ffee3..9214e83cc16 100644 --- a/tools/packages.microsoft.com/mapping.json +++ b/tools/packages.microsoft.com/mapping.json @@ -88,6 +88,13 @@ ], "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb" }, + { + "url": "microsoft-debian-bookworm-prod", + "distribution": [ + "bookworm" + ], + "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_arm64.deb" + }, { "url": "microsoft-debian-trixie-prod", "distribution": [ @@ -95,6 +102,13 @@ ], "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_amd64.deb" }, + { + "url": "microsoft-debian-trixie-prod", + "distribution": [ + "trixie" + ], + "PackageFormat": "PACKAGE_NAME_POWERSHELL_RELEASE-1.deb_arm64.deb" + }, { "url": "microsoft-ubuntu-bionic-prod", "distribution": [