An open API service indexing awesome lists of open source software.

https://github.com/mscherer/woodpecker-openwrt-builder

Woodpecker plugin to build OpenWRT image
https://github.com/mscherer/woodpecker-openwrt-builder

Last synced: 11 months ago
JSON representation

Woodpecker plugin to build OpenWRT image

Awesome Lists containing this project

README

          

Woodpecker plugin to build a Openwrt image from a git repo

# Testing the plugin

With `podman`, the code can be tested with:

```
podman build . -t openwrt
cd $REPO_FOR_OPENWRT_CONFIG
podman run -rm -w /woodpecker/ -v $PWD:/woodpecker/:Z -ti localhost/openwrt
```