https://github.com/Kitware/CMake
Revision e14fb01c4149d3206dc87586101b233400a1ceba authored by Hi Key on 25 November 2020, 15:20:49 UTC, committed by Brad King on 22 December 2020, 19:04:39 UTC
Base them on the existing `x86_64` specs.  Update the centos
base image from centos 6 to centos 7 to get aarch64 support.
The resulting binaries require GLIBC 2.17.

Fixes: #17923
1 parent 595551a
Raw File
Tip revision: e14fb01c4149d3206dc87586101b233400a1ceba authored by Hi Key on 25 November 2020, 15:20:49 UTC
Utilities/Release: Add docker specs for Linux aarch64 binaries
Tip revision: e14fb01
.gitattributes
/Git                    export-ignore
/GitSetup               export-ignore
SetupForDevelopment.sh  export-ignore

# Do not format third-party sources.
/KWIML/**       -format.clang-format-6.0
/cm*/**         -format.clang-format-6.0
/cmcurl/curltest.c format.clang-format-6.0
back to top