mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-15 21:42:27 +00:00
Use Kali snapshot for release builds
This commit is contained in:
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
contents: write
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
fail-fast: true
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
distro: ${{ fromJson(needs.matrix.outputs.distros) }}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user