Merge pull request #11 from ps5-linux/kali-official-support

Include Kali in full image builds
This commit is contained in:
Bug Bounty Zip
2026-05-27 01:37:57 +03:00
committed by GitHub
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
run: |
INPUT="${{ inputs.distro || 'ubuntu2604' }}"
if [ "$INPUT" = "all" ]; then
echo 'distros=["ubuntu2604","arch","cachyos"]' >> "$GITHUB_OUTPUT"
echo 'distros=["ubuntu2604","arch","cachyos","kali"]' >> "$GITHUB_OUTPUT"
else
echo "distros=[\"$INPUT\"]" >> "$GITHUB_OUTPUT"
fi