We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7165c5a commit e97466fCopy full SHA for e97466f
1 file changed
.github/workflows/build-kernel.yml
@@ -234,7 +234,7 @@ jobs:
234
ls scripts
235
echo "this file config:"
236
ls -l scripts/config
237
- make ARCH=arm64 arch/${{ env.KERNEL_ARCH }}/configs/${DEVICE}_defconfig
+ make ARCH=arm64 ${DEVICE}_defconfig
238
scripts/config --disable CONFIG_CC_STACKPROTECTOR_STRONG
239
240
- name: Download source boot image
0 commit comments