1 Commits

Author SHA1 Message Date
unkinben e1862154cc feat: migrate to woodpeckerci
Build / build-9 (pull_request) Successful in 11s
Build / build-8 (pull_request) Successful in 13s
- 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 15:36:33 +11:00
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -8,6 +8,10 @@ steps:
- mkdir -p /app/dist
- dnf install buildah -y
- ./tools/build build-all --distro almalinux/el8 --buildah
environment:
BUILDAH_ISOLATION: chroot
volumes:
- /dev/fuse:/dev/fuse
backend_options:
kubernetes:
serviceAccountName: default
+4
View File
@@ -8,6 +8,10 @@ steps:
- mkdir -p /app/dist/
- dnf install buildah -y
- ./tools/build build-all --distro almalinux/el9 --buildah
environment:
BUILDAH_ISOLATION: chroot
volumes:
- /dev/fuse:/dev/fuse
backend_options:
kubernetes:
serviceAccountName: default