hboyd2003/Rebuild Armbian and Kernel
Support Amlogic, Rockchip and Allwinner boxes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 29, 2025
- License
- None
Pinned Snippet
uses: hboyd2003/sbc-kernel-build-action@69fc7cc444d52cb86a065853f86fc3d6e947a481 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| build_target | Select build target: armbian / kernel | no | armbian |
| armbian_path | Set Armbian file path. | no | build/output/images/*.img |
| armbian_board | Set device Board. | no | all |
| kernel_repo | Set kernel repository. | no | ophub/kernel |
| kernel_usage | Set the tags of the stable kernel. | no | stable |
| armbian_kernel | Set kernel version. | no | 6.1.y_6.12.y |
| auto_kernel | Auto use the latest kernel. | no | true |
| armbian_fstype | Set armbian rootfs type: ext4 / btrfs | no | ext4 |
| armbian_size | Set armbian rootfs size(Unit: MiB). | no | "" |
| builder_name | Set Armbian builder signature. | no | "" |
| kernel_source | Select the kernel source code | no | unifreq |
| kernel_version | Select kernel version | no | 6.1.y_6.12.y |
| kernel_auto | Auto use the latest kernel | no | true |
| kernel_package | Select compile package list | no | all |
| kernel_sign | Set the kernel custom signature | no | -ophub |
| kernel_toolchain | Select the compilation toolchain | no | clang |
| kernel_config | Set the path of kernel .config | no | false |
| kernel_patch | Set the directory for kernel patches | no | false |
| auto_patch | Set whether to use kernel patches | no | false |
| compress_format | Set the initrd compression format | no | xz |
| delete_source | Set whether to delete the kernel source | no | false |
| silent_log | Set whether to use silent log output | no | false |
Outputs
| name | description |
|---|---|
| tags | The tags of the built Armbian image. |
| output_path | The output path of the built Armbian image. |
| build_date | The date when the Armbian image was built. |
| status | The status of the build process. |