Fix/build images#49
Merged
Merged
Conversation
Refactor the GitHub Actions build workflow to include a new LVA build job and update image naming conventions for 2MicHat-v1. Refactor the `generate-imager-json.py` script to improve modularity and support new hardware types, including 2MicHat-v1.
Remove references to Satellite1 and ReSpeaker 2-Mic HAT v1 from the hardware overview table in README.md.
Refine the warning message for ReSpeaker Lite on Raspberry Pi Zero 2W to be more concise.
Introduce a `releaseversion` input to the image building workflow to allow specifying the OS release (e.g., bookworm, trixie) dynamically. Update the main build workflow to pass `bookworm` for specific hardware targets and update README documentation to reflect the pinned OS version for ReSpeaker 2-Mic HAT v1.
Update the `build-image-template.yml` workflow to set `releaseversion` as an optional input. This allows the workflow to run with the default value when no specific OS release is provided.
Disable the 2michat and 2michat-lva build jobs in the CI workflow and update the README to reflect the current build version for the ReSpeaker 2-Mic HAT v1 instead of pinning to bookworm.
Add `if: always()` to the `generate-rpi-imager-json` job to ensure the JSON metadata is generated even if some of the preceding build jobs fail or are skipped.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #43