1 Commits

Author SHA1 Message Date
unkinben 1657c74b52 feat: migrate to woodpeckerci
Build / build-8 (pull_request) Successful in 10s
Build / build-9 (pull_request) Successful in 11s
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build-almalinux9 Pipeline was successful
ci/woodpecker/pr/build-almalinux8 Pipeline was successful
- update build tool for kubernetes auth
- update build tool to build packages without docker (native + buildah)
- add woodpecker pre-commit and build jobs
2026-03-07 16:25:43 +11:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ steps:
- name: build rpms
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
commands:
- mkdir -p /woodpecker/rpms
- ln -s /woodpecker/rpms /workspace/dist
- mkdir -p /woodpecker/rpms /apps/
- ln -s /woodpecker/rpms /apps/dist
- dnf install buildah -y
- ./tools/build build-all --distro almalinux/el8 --buildah
privileged: true
+2 -2
View File
@@ -5,8 +5,8 @@ steps:
- name: build rpms
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
commands:
- mkdir -p /woodpecker/rpms
- ln -s /woodpecker/rpms /workspace/dist
- mkdir -p /woodpecker/rpms /apps/
- ln -s /woodpecker/rpms /apps/dist
- dnf install buildah -y
- ./tools/build build-all --distro almalinux/el9 --buildah
privileged: true