mirror of
https://github.com/ps5-linux/ps5-linux-patches.git
synced 2026-07-18 03:50:53 +00:00
Compare commits
1 Commits
kernel-7.1
...
kernel-7.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ee33721e4 |
6
.github/workflows/build-kernel.yml
vendored
6
.github/workflows/build-kernel.yml
vendored
@@ -8,7 +8,7 @@ on:
|
|||||||
description: 'Package format'
|
description: 'Package format'
|
||||||
default: 'all'
|
default: 'all'
|
||||||
type: choice
|
type: choice
|
||||||
options: [deb, arch, all]
|
options: [deb, arch, rpm, all]
|
||||||
patches_ref:
|
patches_ref:
|
||||||
description: 'Patches branch/tag/SHA (empty = default)'
|
description: 'Patches branch/tag/SHA (empty = default)'
|
||||||
default: ''
|
default: ''
|
||||||
@@ -61,6 +61,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
image/linux-bin/*.deb
|
image/linux-bin/*.deb
|
||||||
image/linux-bin/*.pkg.tar.zst
|
image/linux-bin/*.pkg.tar.zst
|
||||||
|
image/linux-bin/*.rpm
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
- name: Compute checksums
|
- name: Compute checksums
|
||||||
@@ -68,7 +69,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
{
|
{
|
||||||
echo 'sums<<SHAEOF'
|
echo 'sums<<SHAEOF'
|
||||||
sha256sum image/linux-bin/*.deb image/linux-bin/*.pkg.tar.zst | sed 's|image/linux-bin/||'
|
sha256sum image/linux-bin/*.deb image/linux-bin/*.pkg.tar.zst image/linux-bin/*.rpm 2>/dev/null | sed 's|image/linux-bin/||'
|
||||||
echo 'SHAEOF'
|
echo 'SHAEOF'
|
||||||
} >> "$GITHUB_OUTPUT"
|
} >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
@@ -90,4 +91,5 @@ jobs:
|
|||||||
files: |
|
files: |
|
||||||
image/linux-bin/*.deb
|
image/linux-bin/*.deb
|
||||||
image/linux-bin/*.pkg.tar.zst
|
image/linux-bin/*.pkg.tar.zst
|
||||||
|
image/linux-bin/*.rpm
|
||||||
make_latest: true
|
make_latest: true
|
||||||
|
|||||||
Reference in New Issue
Block a user