mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-20 10:45:30 +00:00
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:
@@ -16,5 +16,5 @@ steps:
|
|||||||
- git clone --depth 1 --branch ${PACKAGE_VERSION%\+*} https://github.com/${GITHUB_ORG}/${GITHUB_REPO}.git build/${GITHUB_ORG}
|
- 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
|
- cp -R build/${GITHUB_ORG}/boot/* /output
|
||||||
# remove uneeded kernel files
|
# remove uneeded kernel files
|
||||||
- rm build/${GITHUB_ORG}/boot/kernel*
|
- rm /output/kernel*
|
||||||
- cp config.txt /output
|
- cp config.txt /output
|
@@ -1,6 +1,6 @@
|
|||||||
name: "rpi"
|
name: "rpi"
|
||||||
category: "firmware"
|
category: "firmware"
|
||||||
version: "1.20250127"
|
version: "1.20250127+2"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "firmware"
|
github.repo: "firmware"
|
||||||
github.owner: "raspberrypi"
|
github.owner: "raspberrypi"
|
||||||
|
Reference in New Issue
Block a user