mirror of
https://github.com/kairos-io/packages.git
synced 2025-07-31 22:16:59 +00:00
Fix extra kernels being shipped (#1298)
Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
parent
807de44a38
commit
fe1054bff1
@ -13,6 +13,8 @@ env:
|
||||
steps:
|
||||
- mkdir build/${GITHUB_ORG}/ -p
|
||||
- mkdir /output -p
|
||||
- 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
|
||||
# remove uneeded kernel files
|
||||
- rm build/${GITHUB_ORG}/boot/kernel*
|
||||
- cp config.txt /output
|
@ -1,6 +1,6 @@
|
||||
name: "rpi"
|
||||
category: "firmware"
|
||||
version: "1.20250127"
|
||||
version: "1.20250127+1"
|
||||
labels:
|
||||
github.repo: "firmware"
|
||||
github.owner: "raspberrypi"
|
||||
|
Loading…
Reference in New Issue
Block a user