when: - event: pull_request steps: - name: build rpms image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest commands: - mkdir -p /woodpecker/rpms - ln -s /woodpecker/rpms /workspace - ./tools/build build-all --distro fedora/42 --buildah privileged: true backend_options: kubernetes: serviceAccountName: default resources: requests: memory: 512Mi cpu: 1 limits: memory: 2Gi cpu: 2 - name: show rpms image: git.unkin.net/unkin/fedora42-base:latest commands: - find /woodpecker/src/git.unkin.net/unkin/rpmbuilder/ -type f -name "*.rpm"