pine64/Rebuild Armbian
Build Armbian Linux
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 2, 2026
- License
- GPL 2.0
Pinned Snippet
uses: pine64/build@b164fff980e23d25c508b858d4c877d43994decc # v20260605.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| armbian_token | GitHub installation access token | yes | — |
| armbian_runner_clean | Make some space on GH runners | no | "" |
| armbian_artifacts | Upload PATH | no | build/output/images/ |
| armbian_target | Build image or kernel | no | kernel |
| armbian_branch | Choose framework branch | no | main |
| armbian_kernel_branch | Choose kernel branch | no | current |
| armbian_release | Choose userspace release | no | noble |
| armbian_version | Set different version | no | "" |
| armbian_board | Select hardware platform | no | uefi-x86 |
| armbian_ui | Armbian user interface | no | minimal |
| armbian_compress | Armbian compress method | no | sha,img,xz |
| armbian_extensions | Armbian lists of extensions | no | "" |
| armbian_pgp_key | Armbian PGP key | no | "" |
| armbian_pgp_password | Armbian PGP password | no | "" |
| armbian_release_title | Armbian image | no | Armbian image |
| armbian_release_body | Armbian images | no | Build with [Armbian tools](https://github.com/armbian/build) |
| armbian_release_tag | Armbian release tag | no | "" |
| armbian_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 |
| armbian_download_base_url | Base URL where the published images live (used to construct file_url / redi_url in the assets manifest) | no | https://dl.armbian.com |
| armbian_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 | archive |
| armbian_index_url | URL of the canonical armbian-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 | https://github.armbian.com/armbian-images.json |
Outputs
no outputs