Build one package for all targets

I want to test-build a package for all build targets (arches) and log errors. How do I do that automatically?
I don't want to build firmware images. Just one package and it's dependencies built for each arch. The build log must remain for all builds, not overwritten after each build target.
Thanks.

1 Like
  1. fork openwrt/packages
  2. open actions tab, enable it
  3. commit your changes to a new branch
  4. create a PR to your master branch, CI should be triggered
1 Like

Thanks!
Is it possible to run the build job on my local computer, not github?

yes, but you need to setup these sdks manually. i'm lazy so i don't like this method (single arch is okay) :stuck_out_tongue:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.