diff options
author | Brad King <brad.king@kitware.com> | 2022-06-01 16:39:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-01 16:39:35 (GMT) |
commit | 230eaa1d55b0a15aadf71b61d06012c5c0f972a2 (patch) | |
tree | bbe821329fcd0364f20025208cdeb5ad709e4fd9 /Utilities/Release | |
parent | fa561c6d96e77654a12767a86ef7278cec1eff24 (diff) | |
download | CMake-230eaa1d55b0a15aadf71b61d06012c5c0f972a2.zip CMake-230eaa1d55b0a15aadf71b61d06012c5c0f972a2.tar.gz CMake-230eaa1d55b0a15aadf71b61d06012c5c0f972a2.tar.bz2 |
Utilities/Release: Document Linux aarch64 packaging support
This was accidentally left out of commit e14fb01c41 (Utilities/Release:
Add docker specs for Linux aarch64 binaries, 2020-11-25, v3.19.3~8^2~2).
Diffstat (limited to 'Utilities/Release')
-rw-r--r-- | Utilities/Release/README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Release/README.rst b/Utilities/Release/README.rst index 770b579..e5e608b 100644 --- a/Utilities/Release/README.rst +++ b/Utilities/Release/README.rst @@ -24,6 +24,7 @@ The ``<os>/<arch>/`` directories contain Docker specifications that anyone may use to produce binaries for CMake on the following platforms: * ``linux/x86_64/``: Linux on ``x86_64`` architectures. +* ``linux/aarch64/``: Linux on ``aarch64`` architectures. * ``win/x86/``: Windows on ``x86_64`` and ``i386`` architectures. Each ``<os>/<arch>/`` directory contains the following: |