From 0adaf1c6d6e48bdd8be92a4bb9861aa6210da9a0 Mon Sep 17 00:00:00 2001 From: Bug Bounty Zip <133497067+BugBountyzip@users.noreply.github.com> Date: Wed, 27 May 2026 10:38:58 +0300 Subject: [PATCH] Use Kali snapshot for release builds --- .github/workflows/build-image.yml | 2 +- distros/kali/image.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 823fcfd..bdaae86 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -53,7 +53,7 @@ jobs: contents: write strategy: - fail-fast: false + fail-fast: true max-parallel: 1 matrix: distro: ${{ fromJson(needs.matrix.outputs.distros) }} diff --git a/distros/kali/image.yaml b/distros/kali/image.yaml index 5b7d580..1cdde0b 100644 --- a/distros/kali/image.yaml +++ b/distros/kali/image.yaml @@ -1,7 +1,8 @@ image: name: ps5-kali distribution: debian - release: kali-rolling + # Release images use Kali's last snapshot for stable, repeatable builds. + release: kali-last-snapshot description: Kali Linux XFCE desktop architecture: x86_64 @@ -21,7 +22,7 @@ packages: repositories: - name: sources.list url: |- - deb https://kali.download/kali kali-rolling main contrib non-free non-free-firmware + deb https://kali.download/kali kali-last-snapshot main contrib non-free non-free-firmware architectures: - amd64