We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d4091 commit 324465aCopy full SHA for 324465a
.github/workflows/build-check_aarch64.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: Build the Kernel
30
run: |
31
git config --global --add safe.directory /__w/kernel-src-tree/kernel-src-tree
32
- cp configs/kernel-4.18.0-aarch64.config .config
+ cp configs/kernel-aarch64.config .config
33
make olddefconfig
34
make -j8
.github/workflows/build-check_x86_64.yml
- cp configs/kernel-4.18.0-x86_64.config .config
+ cp configs/kernel-x86_64.config .config
0 commit comments