cmake: Add arm64 architecture (#4707)

This commit is contained in:
Zarin 2023-04-22 02:27:50 -04:00 committed by GitHub
parent ec2333eb55
commit 4dd2acf9b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,11 @@
"url": "https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-windows-i386.zip",
"hash": "073ebce128b05716ed07dfa1d62448302c1355013ef4b5e17c3535a2821c4cbc",
"extract_dir": "cmake-3.26.3-windows-i386"
},
"arm64": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.26.3-windows-arm64.zip",
"hash": "fd1d908ea54a081a092bc7f9dad0a6ba90fc5aa2644ee5cef901e3f925fce3d8",
"extract_dir": "cmake-3.26.3-windows-arm64"
}
},
"bin": [
@ -41,6 +46,10 @@
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-i386.zip",
"extract_dir": "cmake-$version-windows-i386"
},
"arm64": {
"url": "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-windows-arm64.zip",
"extract_dir": "cmake-$version-windows-arm64"
}
},
"hash": {