mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-16 01:50:40 +00:00
build-image: drop batocera from matrix
5h cold-cache download from o2switch (only mirror, rate-limited to ~250 KB/s), and no persistent cache plumbing yet means every run pays the full cost. Ship bazzite/bazzite-deck for emulation use cases.
This commit is contained in:
4
.github/workflows/build-image.yml
vendored
4
.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, fedora, proxmox, debian, bazzite, bazzite-deck, batocera]
|
options: [all, ubuntu2604, arch, cachyos, fedora, proxmox, debian, bazzite, bazzite-deck]
|
||||||
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=["ubuntu2604","arch","cachyos","fedora","proxmox","debian","bazzite","bazzite-deck","batocera"]' >> "$GITHUB_OUTPUT"
|
echo 'distros=["ubuntu2604","arch","cachyos","fedora","proxmox","debian","bazzite","bazzite-deck"]' >> "$GITHUB_OUTPUT"
|
||||||
else
|
else
|
||||||
echo "distros=[\"$INPUT\"]" >> "$GITHUB_OUTPUT"
|
echo "distros=[\"$INPUT\"]" >> "$GITHUB_OUTPUT"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user