Add `--build-kernels` to CI bwrap build

This commit is contained in:
Eduardo Sánchez Muñoz 2023-04-15 13:27:15 +02:00
parent d11ee97452
commit b96074616f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
key: cache-${{ hashFiles('sys*/*/sources') }}
- name: Run bootstrap
id: bootstrap
run: ./rootfs.py --bwrap --external-sources --preserve --cores 2
run: ./rootfs.py --bwrap --external-sources --build-kernels --preserve --cores 2
- name: Archive created packages
if: steps.bootstrap.conclusion == 'success'
uses: actions/upload-artifact@v3