You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: migrate to dynamic device matrix from configs/ (test-remote-action-build) (#9)
* feat: migrate to dynamic device matrix from configs/
Replace the hardcoded device matrix with a dynamic one loaded from
JSON files in configs/. This allows easier maintenance and device
onboarding without editing the workflow file.
Also adds a new workflow_dispatch input 'op_model' to selectively
build a single device
This change improves scalability and user flexibility during manual
workflow dispatch.
* Rename OPAce5Pro to OP-ACE-5-PRO to align with other models
* feat: migrate to unified JSON-based device config with dynamic field parsing
This change refactors the entire kernel build pipeline to use a single
JSON configuration per device instead of
individual matrix inputs.
Key improvements:
- Workflow now passes the full matrix as op_config_json via toJSON(matrix)
- All 26 device configs updated to include "hmbird"
This enables true extensibility: new devices or config options require
only a JSON file—no changes to the workflow or action logic.
* Delete diff.patch
0 commit comments