Merge pull request #1393 from upsj/overlay_build_error

Return error code if overlay build fails
This commit is contained in:
Christian Goll
2024-09-16 13:01:32 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
`/sys/firmware/devicetree/base/serial-number`
- Replace slice in templates with sprig substr. #1093
- Fix an invalid format issue for the GitHub nightly build action. #1258
- Return non-zero exit code on overlay build failure #1393
## v4.5.8, unreleased