Skip to content

Commit

Permalink
Update build-with-llvm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
netflexs authored Nov 14, 2024
1 parent 4778558 commit 7a15258
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-with-llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
tar -czvf kernel-build.tar.gz arch/x86/boot/bzImage
- name: Build Root Filesystem
- name: Build Root Filesystem
run: |
# Prepare root filesystem structure
mkdir -p rootfs/{bin,sbin,etc,proc,sys,usr/{bin,sbin}}
Expand Down Expand Up @@ -70,7 +70,6 @@ jobs:
cd rootfs
find . | cpio -H newc -ov --owner root:root | gzip > ../initramfs.img
- name: Archive the RootFS Artifact
run: |
tar -czvf rootfs-build.tar.gz initramfs.img
Expand Down

0 comments on commit 7a15258

Please sign in to comment.