We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa3e41 commit 5829656Copy full SHA for 5829656
.github/workflows/build-check_aarch64.yml
@@ -30,5 +30,5 @@ jobs:
30
run: |
31
git config --global --add safe.directory /__w/kernel-src-tree/kernel-src-tree
32
cp configs/kernel-aarch64-rhel.config .config
33
- make olddefconfig
+ make ARCH=arm64 CROSS_COMPILE=./scripts/dummy-tools/ olddefconfig
34
make -j8
.github/workflows/build-check_x86_64.yml
cp configs/kernel-x86_64-rhel.config .config
+ make ARCH=x86_64 CROSS_COMPILE=./scripts/dummy-tools/ olddefconfig
0 commit comments