Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
iso=$(ls *.iso)
# append the arch
mv $iso $(echo $iso | sed "s/.iso/-${{ matrix.arch }}.iso/")

# list the files in the directory after renaming
ls -lR

Expand Down Expand Up @@ -300,7 +300,8 @@ jobs:
# compress tar as zst, output as .tar.zst
# have an exception for WSL, as it doesn't support zstd
if [ "${{ matrix.variant }}" = "wsl/wsl" ]; then
gzip -9 -c katsu-work/${{ env.artifact }}.tar > katsu-work/${{ env.artifact }}.tar.gz
# A .wsl file is essentially a .tar.gz file, but Windows associates it with WSL, so you can install it directly
gzip -9 -c katsu-work/${{ env.artifact }}.tar > katsu-work/${{ env.artifact }}.wsl
else
zstd -T0 -19 katsu-work/${{ env.artifact }}.tar -o katsu-work/${{ env.artifact }}.tar.zst
fi
Expand All @@ -313,6 +314,7 @@ jobs:
path: |
katsu/katsu-work/*.tar.zst
katsu/katsu-work/*.tar.gz
katsu/katsu-work/*.wsl
compression-level: 0

#### LIVE ISO PUSH ####
Expand Down
3 changes: 2 additions & 1 deletion katsu/modules/wsl/wsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dnf:
- git
- rpm
- libgomp
- ultramarine-release-identity-basic
- ultramarine-release-wsl
- ultramarine-release-identity-wsl
- fedora-repos
- ultramarine-langpacks-en