Use Kali snapshot for release builds

This commit is contained in:
Bug Bounty Zip
2026-05-27 10:38:58 +03:00
parent d0efec98fe
commit 0adaf1c6d6
2 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ jobs:
contents: write
strategy:
fail-fast: false
fail-fast: true
max-parallel: 1
matrix:
distro: ${{ fromJson(needs.matrix.outputs.distros) }}

View File

@@ -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