pwsh: Add arm64 version (#4091)

This allows installing native arm64 binaries on arm64 systems.
This commit is contained in:
Radek Zikmund 2022-11-04 04:04:10 -07:00 committed by GitHub
parent 4ee1c91e6a
commit 1c60664608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {