logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: b96074616ffc27cd66aa9e0c347ae6a2a654c00b
parent d11ee97452e313ced4a56eb6445af51b1d6bfafe
Author: Eduardo Sánchez Muñoz <eduardosm-dev@e64.io>
Date:   Sat, 15 Apr 2023 13:27:15 +0200

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

Diffstat:

M.github/workflows/bwrap.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/bwrap.yml b/.github/workflows/bwrap.yml @@ -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