Really remove the kernels from the package (#1303)

* Really remove the kernels from the package

Signed-off-by: Itxaka <itxaka@kairos.io>

* Bump

Signed-off-by: Itxaka <itxaka@kairos.io>

---------

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka
2025-03-05 11:48:27 +01:00
committed by GitHub
parent 69cb83391a
commit 5dc408baa0
2 changed files with 2 additions and 2 deletions

View File

@@ -16,5 +16,5 @@ steps:
- git clone --depth 1 --branch ${PACKAGE_VERSION%\+*} https://github.com/${GITHUB_ORG}/${GITHUB_REPO}.git build/${GITHUB_ORG}
- cp -R build/${GITHUB_ORG}/boot/* /output
# remove uneeded kernel files
- rm build/${GITHUB_ORG}/boot/kernel*
- rm /output/kernel*
- cp config.txt /output

View File

@@ -1,6 +1,6 @@
name: "rpi"
category: "firmware"
version: "1.20250127"
version: "1.20250127+2"
labels:
github.repo: "firmware"
github.owner: "raspberrypi"