Skip to content

Commit

Permalink
Merge pull request #67 from Ultramarine-Linux/lleyton/fix/wsl
Browse files Browse the repository at this point in the history
ci: update wsl katsu options
  • Loading branch information
lleyton authored Dec 23, 2024
2 parents c4e66cf + c734b7c commit e9c690b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,10 @@ jobs:
rm -rf /etc/rpm/macros.image-language-conf
chcon system_u:object_r:install_exec_t:s0 "$(which katsu)"
pushd katsu
KATSU_LOG=trace katsu -v --output=fs "modules/${{ matrix.variant }}.yaml"
tar -cJf katsu-work/chroot.tar katsu-work/chroot
KATSU_LOG=trace katsu -v --output=folder "modules/${{ matrix.variant }}.yaml"
pushd katsu-work/chroot
tar -cf ../chroot.tar .
popd
mv katsu-work/chroot.tar katsu-work/${{ env.artifact }}.tar
# compress tar as zst, output as .tar.zst
# have an exception for WSL, as it doesn't support zstd
Expand Down

0 comments on commit e9c690b

Please sign in to comment.