We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43df08e commit 93ea570Copy full SHA for 93ea570
kernel_build.sh
@@ -29,7 +29,7 @@ echo "[TIMER]{MRPROPER}: $(( $END_MRPROPER - $START_MRPROPER ))s"
29
ARCH=$(uname -m)
30
if [ "x86_64" == "${ARCH}" ] || [ "aarch64" == "${ARCH}" ]; then
31
VERSION=$(uname -r | cut -d '-' -f1)
32
- echo "x86_64 architecture detected, copying config"
+ echo "${ARCH} architecture detected, copying config"
33
if [ -f configs/kernel-${ARCH}.config ]; then
34
cp -v configs/kernel-${ARCH}.config .config
35
elif [ -f configs/kernel-${ARCH}-rhel.config ]; then
0 commit comments