summaryrefslogtreecommitdiff
path: root/Utilities/Release/README.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-25 13:45:49 -0500
committerBrad King <brad.king@kitware.com>2021-01-25 13:53:40 -0500
commitdc9340dbc49704c6d6800171270ff2602aac589b (patch)
tree976950411383056f84f51f114c17b35fcf4d8d3c /Utilities/Release/README.rst
parent4f9228a3001dd104a19c5eced3dcb36eef7102f4 (diff)
downloadcmake-dc9340dbc49704c6d6800171270ff2602aac589b.tar.gz
Utilities/Release: Rename Linux packages to 'linux-$arch'
Diffstat (limited to 'Utilities/Release/README.rst')
-rw-r--r--Utilities/Release/README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Utilities/Release/README.rst b/Utilities/Release/README.rst
index 6e55dff7c0..5d8e3181e7 100644
--- a/Utilities/Release/README.rst
+++ b/Utilities/Release/README.rst
@@ -39,7 +39,7 @@ Each ``<os>/<arch>/`` directory contains the following:
-f cmake-src/Utilities/Release/linux/x86_64/Dockerfile cmake-src
$ docker container create --name cmake-build cmake:build
$ docker cp cmake-build:/out .
- $ ls out/cmake-*-Linux-x86_64.*
+ $ ls out/cmake-*-linux-x86_64.*
On Windows, the ``win/x86`` specifications support both the ``x86_64``
and ``i386`` architectures selected via ``--build-arg ARCH=...``.
@@ -58,8 +58,8 @@ Each ``<os>/<arch>/`` directory contains the following:
FROM cmake:test-base
COPY cmake-src /opt/cmake/src/cmake
- ADD out/cmake-<ver>-Linux-x86_64.tar.gz /opt/
- ENV PATH=/opt/cmake-<ver>-Linux-x86_64/bin:$PATH
+ ADD out/cmake-<ver>-linux-x86_64.tar.gz /opt/
+ ENV PATH=/opt/cmake-<ver>-linux-x86_64/bin:$PATH
Build the test image and run it to drive testing: