leftymods/Rebuild AtriOS
Build AtriOS Linux
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 11, 2026
- License
- None
Pinned Snippet
uses: leftymods/atrios@5778c1d3e965a249b3513ac40c945796ca3264dc # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| atrios_token | GitHub installation access token | yes | — |
| atrios_runner_clean | Make some space on GH runners | no | "" |
| atrios_artifacts | Upload PATH | no | build/output/images/ |
| atrios_target | Build image or kernel | no | kernel |
| atrios_branch | Choose framework branch | no | main |
| atrios_kernel_branch | Choose kernel branch | no | current |
| atrios_release | Choose userspace release | no | noble |
| atrios_version | Set different version | no | "" |
| atrios_board | Select hardware platform | no | atristation |
| atrios_ui | AtriOS user interface | no | minimal |
| atrios_compress | AtriOS compress method | no | sha,img,xz |
| atrios_extensions | AtriOS lists of extensions | no | "" |
| atrios_pgp_key | AtriOS PGP key | no | "" |
| atrios_pgp_password | AtriOS PGP password | no | "" |
| atrios_release_title | AtriOS image | no | AtriOS image |
| atrios_release_body | AtriOS images | no | Build with [AtriOS tools](https://github.com/leftymods/CoreOS) |
| atrios_release_tag | AtriOS release tag | no | "" |
| atrios_release_prerelease | Publish the GitHub release as a pre-release. Useful for matrix builds: leave as 'true' while images are still being uploaded, then promote to a regular release with `gh release edit <tag> --prerelease=false --latest` once all assets land. | no | false |
| atrios_download_base_url | Base URL where the published images live (used to construct file_url / redi_url in the assets manifest) | no | "" |
| atrios_download_repository | Repository segment under <download_base>/<board>/<repo>/ (e.g. 'archive', 'nightly'). Set to empty string for a flat URL shape <download_base>/<filename> — useful when images are published directly to a GitHub release. In flat mode redi_url* mirror file_url* (no separate redirector exists). | no | "" |
| atrios_index_url | URL of the canonical atrios-images.json used to enrich each entry's company_name / company_website / company_logo by board_slug. Set to empty string to skip enrichment. | no | "" |
Outputs
no outputs