enchan1207/rpi-buildroot
Create custom Raspberry Pi image using Buildroot
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub Token for gh CLI | yes | — |
| config_file | Path to Buildroot config file | yes | — |
| output_path | Output destination of the built image (default: (workspace)/sdcard.img) | no | sdcard.img |
| pre_build_script | Path to script to run in container before build (e.g. invoke utils/scanpypi) | no | — |
| post_build_script | Path to script to run in container after build (e.g. cleaning up build directory) | no | — |
| rootfs_overlay_dir | Path to RootFS-overlay directory | no | — |
| buildroot_log_path | Buildroot log output path | no | — |
| build_cache_key | Actions cache key of Buildroot | no | buildroot_build_cache-${{ runner.name }}-${{ github.ref_name }} |
| build_cache_restore_key | Actions cache restore key of Buildroot | no | buildroot_build_cache |
Outputs
no outputs