From 1c60664608d1920d060a41dcb9e9fd23310484fd Mon Sep 17 00:00:00 2001 From: Radek Zikmund <32671551+rzikm@users.noreply.github.com> Date: Fri, 4 Nov 2022 04:04:10 -0700 Subject: [PATCH] pwsh: Add arm64 version (#4091) This allows installing native arm64 binaries on arm64 systems. --- bucket/pwsh.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/pwsh.json b/bucket/pwsh.json index 266644bed8..0bd0c8b425 100644 --- a/bucket/pwsh.json +++ b/bucket/pwsh.json @@ -18,6 +18,10 @@ "32bit": { "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.2.7/PowerShell-7.2.7-win-x86.zip", "hash": "c82c042e05ba7fc66dd84d43fa46b33131acfc7028b8af724ac149171d2d24b5" + }, + "arm64": { + "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.2.7/PowerShell-7.2.7-win-arm64.zip", + "hash": "626aed993f6f7906920a0fed1645ee988a86af9700607a04ed219122dd7f4851" } }, "pre_install": [ @@ -57,6 +61,9 @@ }, "32bit": { "url": "https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-x86.zip" + }, + "arm64": { + "url": "https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-arm64.zip" } }, "hash": {