Skip to content

Commit 8dc5a6a

Browse files
authored
[ WORKFLOW - SYSROOT ]: Include dracut and cpio packages
1 parent f22c39c commit 8dc5a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sysroot_arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Make sysroot
2323
sudo mkdir -p evoarm/var/lib/bottle
2424
wget https://git.martinvlba.eu/Evolinx/build_docker_developing/raw/branch/master/bottle/arm64_bottle.conf
25-
sudo bottle -Sy --noconfirm --config arm64_bottle.conf --arch aarch64 -r evoarm/ base-system
25+
sudo bottle -Sy --noconfirm --config arm64_bottle.conf --arch aarch64 -r evoarm/ base-system dracut cpio
2626
echo "sysroot made"
2727
2828
# Make sysroot itself smaller with deleting cahced packages

0 commit comments

Comments
 (0)