Skip to content

Commit

Permalink
tools: add CMake for linux-arm64 (aarch64) platform
Browse files Browse the repository at this point in the history
Allows installing cmake on aarch64 linux platforms. Also necessary
when building IDF docker image on macOS aarch64.

Part of #6432
  • Loading branch information
igrr committed Dec 9, 2021
1 parent f23dcd3 commit 4949d55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/tools.json
Expand Up @@ -475,6 +475,11 @@
"size": 43877847,
"url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-linux-x86_64.tar.gz"
},
"linux-arm64": {
"sha256": "77620f99e9d5f39cf4a49294c6a68c89a978ecef144894618974b9958efe3c2a",
"size": 45139836,
"url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-linux-aarch64.tar.gz"
},
"linux-armel": {
"sha256": "f8bd050c2745f0dcc4b7cef9738bbfef775950a10f5bd377abb0062835e669dc",
"size": 13759084,
Expand Down

0 comments on commit 4949d55

Please sign in to comment.