Remove kali from github workflows.

This commit is contained in:
Andy Nguyen
2026-06-20 17:53:28 +02:00
parent 9682cada8d
commit f090f170a0

View File

@@ -8,7 +8,7 @@ on:
description: 'Distribution' description: 'Distribution'
default: 'ubuntu2604' default: 'ubuntu2604'
type: choice type: choice
options: [all, ubuntu2604, arch, cachyos, kali, fedora, proxmox, debian] options: [all, ubuntu2604, arch, cachyos, fedora, proxmox, debian]
workflow_call: workflow_call:
inputs: inputs:
distro: distro:
@@ -34,7 +34,7 @@ jobs:
run: | run: |
INPUT="${{ inputs.distro || 'ubuntu2604' }}" INPUT="${{ inputs.distro || 'ubuntu2604' }}"
if [ "$INPUT" = "all" ]; then if [ "$INPUT" = "all" ]; then
echo 'distros=["kali","ubuntu2604","arch","cachyos","fedora","proxmox","debian"]' >> "$GITHUB_OUTPUT" echo 'distros=["ubuntu2604","arch","cachyos","fedora","proxmox","debian"]' >> "$GITHUB_OUTPUT"
else else
echo "distros=[\"$INPUT\"]" >> "$GITHUB_OUTPUT" echo "distros=[\"$INPUT\"]" >> "$GITHUB_OUTPUT"
fi fi
@@ -162,7 +162,6 @@ jobs:
{ key: 'ubuntu2604', label: 'Ubuntu 26.04', file: 'ps5-ubuntu2604.img.xz' }, { key: 'ubuntu2604', label: 'Ubuntu 26.04', file: 'ps5-ubuntu2604.img.xz' },
{ key: 'arch', label: 'Arch', file: 'ps5-arch.img.xz' }, { key: 'arch', label: 'Arch', file: 'ps5-arch.img.xz' },
{ key: 'cachyos', label: 'CachyOS', file: 'ps5-cachyos.img.xz' }, { key: 'cachyos', label: 'CachyOS', file: 'ps5-cachyos.img.xz' },
{ key: 'kali', label: 'Kali', file: 'ps5-kali.img.xz' },
{ key: 'fedora', label: 'Fedora 44', file: 'ps5-fedora.img.xz' }, { key: 'fedora', label: 'Fedora 44', file: 'ps5-fedora.img.xz' },
{ key: 'proxmox', label: 'Proxmox VE 8', file: 'ps5-proxmox.img.xz' }, { key: 'proxmox', label: 'Proxmox VE 8', file: 'ps5-proxmox.img.xz' },
{ key: 'debian', label: 'Debian 12', file: 'ps5-debian.img.xz' }, { key: 'debian', label: 'Debian 12', file: 'ps5-debian.img.xz' },