Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 836 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 836 Bytes

Actions-Buildroot

Build Buildroot using GitHub Actions

Usage

  • Click the Use this template button to create a new repository.
  • Generate .config files using Buildroot Offical Sources source code. ( You can change it through environment variables in the workflow file. )
  • Push .config file to the GitHub repository, and the build starts automatically.Progress can be viewed on the Actions page.
  • When the build is complete, click the Artifacts button in the upper right corner of the Actions page to download the binaries.

Thanks

This project based on Actions-Openwrt , You can refer to this tutorial.