We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cabe4 commit 77fc3e5Copy full SHA for 77fc3e5
ci/build.sh
@@ -89,8 +89,12 @@ if [ "$ARCH" == "arm64" ]; then
89
"-DCMAKE_C_COMPILER=clang-8"
90
"-DCMAKE_CXX_COMPILER=clang++-8"
91
)
92
+ # RPM-based Linux distributions use aarch64 instead of arm64 as ARM64 architecture name.
93
+ ARCH="aarch64"
94
fi
95
96
+export CPACK_RPM_PACKAGE_ARCHITECTURE="${ARCH}"
97
+
98
cmake "$REPO_ROOT" "${cmake_args[@]}"
99
100
# now, compile
0 commit comments