# Generated by tools/gen-pipelines - do not edit by hand. when: - event: pull_request matrix: PACKAGE: - consul - nfpm - tea - unkin-ca-certificates - uv - vault - xh - yq steps: - name: build image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest commands: - mkdir -p /woodpecker/rpms - ln -s /woodpecker/rpms /workspace - ./tools/build build --distro fedora/43 --buildah "$PACKAGE" privileged: true backend_options: kubernetes: serviceAccountName: default resources: requests: memory: 512Mi cpu: 1 limits: memory: 2Gi cpu: 2