Fix extra kernels being shipped (#1298)

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka 2025-03-04 11:11:28 +01:00 committed by GitHub
parent 807de44a38
commit fe1054bff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

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