# pacco-build Build Container for PKGBUILDs with auto push to pacco. ## Usage Add the following to your repos `.woodpecker` jobs: ```yml when: - event: push branch: main steps: - name: "PKGBUILD" image: git.hydrar.de/jmarya/pacco-build:latest commands: - buildpkg ``` Where: - ``: Name of the repo you want to push to - ``: Architecture you are building for - ``: Domain of your pacco instance - ``: Token of your user - ``: GPG key used to sign the package