Skip to content

Commit

Permalink
Merge pull request #553 from ChinYikMing/ci-update-initrd-size
Browse files Browse the repository at this point in the history
CI: Specify larger INITRD_SIZE for larger rootfs
  • Loading branch information
jserv authored Feb 4, 2025
2 parents 487149f + e5a911d commit d8814f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
env:
CC: ${{ steps.install_cc.outputs.cc }}
run: |
make clean && make ENABLE_SYSTEM=1 && make ENABLE_SYSTEM=1 artifact -j$(nproc)
make distclean && make INITRD_SIZE=32 ENABLE_SYSTEM=1 -j$(nproc) && make ENABLE_SYSTEM=1 artifact -j$(nproc)
.ci/boot-linux.sh
make ENABLE_SYSTEM=1 clean
if: ${{ always() }}
Expand Down

0 comments on commit d8814f2

Please sign in to comment.