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 - dnf install buildah -y - ./tools/build build-all --distro almalinux/el9 --buildah privileged: true backend_options: kubernetes: serviceAccountName: default - name: show rpms image: git.unkin.net/unkin/almalinux9-base:latest commands: - find / -type f -name "*.rpm"