Skip to content

Commit

Permalink
Update build-v04.yml
Browse files Browse the repository at this point in the history
Making LZ4 compression arg change because lz4 on github is not the same as lz4 devs provisioned
  • Loading branch information
Mizumo-prjkt authored Nov 30, 2024
1 parent e3e6123 commit 88ba612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-v04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@ jobs:
;;
"lz4")
cd image_build
lz4 -12 -v -T0 super.img super.img.lz4
lz4 -h
lz4 -9 -v super.img super.img.lz4
tar -cvf "$NAME_CHOICE.tar" super.img.lz4
cd ..
cp "image_build/$NAME_CHOICE.tar" rel/
Expand Down

0 comments on commit 88ba612

Please sign in to comment.