1 Commits

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