Build Buildroot using GitHub Actions
- 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.
This project based on Actions-Openwrt , You can refer to this tutorial.