mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-15 21:42:27 +00:00
Remove kali from github workflows.
This commit is contained in:
5
.github/workflows/build-image.yml
vendored
5
.github/workflows/build-image.yml
vendored
@@ -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' },
|
||||||
|
|||||||
Reference in New Issue
Block a user