Skip to content

Commit

Permalink
CI: also build initramfs
Browse files Browse the repository at this point in the history
Enable building of the initramfs so that we test for possible dependency
issues between the kernel and the initramfs.

Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed Jan 19, 2024
1 parent a57250e commit 2cac210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- INHERIT:remove = 'rm_work'
- TCLIBC := '${tclibc}'
- PREFERRED_PROVIDER_virtual/kernel := 'linux-${kernel}'
- INITRAMFS_IMAGE ?= 'initramfs-rootfs-image'
EOF
done
Expand Down

0 comments on commit 2cac210

Please sign in to comment.