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
|
contents: write
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: true
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
distro: ${{ fromJson(needs.matrix.outputs.distros) }}
|
distro: ${{ fromJson(needs.matrix.outputs.distros) }}
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
image:
|
image:
|
||||||
name: ps5-kali
|
name: ps5-kali
|
||||||
distribution: debian
|
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
|
description: Kali Linux XFCE desktop
|
||||||
architecture: x86_64
|
architecture: x86_64
|
||||||
|
|
||||||
@@ -21,7 +22,7 @@ packages:
|
|||||||
repositories:
|
repositories:
|
||||||
- name: sources.list
|
- name: sources.list
|
||||||
url: |-
|
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:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user