diff --git a/bucket/cmake.json b/bucket/cmake.json index 0669087e10..b87e771619 100644 --- a/bucket/cmake.json +++ b/bucket/cmake.json @@ -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": {