/Actions-Buildroot

Build Buildroot using GitHub Actions

GNU General Public License v3.0GPL-3.0

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.