From 2065b388a97b1c8b13e3e7903bd19e8765570e4e Mon Sep 17 00:00:00 2001 From: repo-worker Date: Sat, 4 Jul 2026 19:37:18 +0300 Subject: [PATCH] ci: generate pipeline from oleks/ci-scripts (oleks/ci-scripts#2) --- .woodpecker/amd64.yaml | 4 ++++ .woodpecker/arm64.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.woodpecker/amd64.yaml b/.woodpecker/amd64.yaml index 14a619b..b278dce 100644 --- a/.woodpecker/amd64.yaml +++ b/.woodpecker/amd64.yaml @@ -1,3 +1,7 @@ +# GENERATED by oleks/ci-scripts — do not hand-edit. +# Source manifest: manifests/flake-hub.yaml +# Regenerate: python3 generator/render.py manifests/flake-hub.yaml --out /.woodpecker + # Build flake-hub packages for x86_64-linux and push to attic. # Separate workflow per arch — sharing one PVC across arches makes # the second pod permanently Unschedulable (PV node affinity binds diff --git a/.woodpecker/arm64.yaml b/.woodpecker/arm64.yaml index 8c1cb21..c52edea 100644 --- a/.woodpecker/arm64.yaml +++ b/.woodpecker/arm64.yaml @@ -1,3 +1,7 @@ +# GENERATED by oleks/ci-scripts — do not hand-edit. +# Source manifest: manifests/flake-hub.yaml +# Regenerate: python3 generator/render.py manifests/flake-hub.yaml --out /.woodpecker + # Build flake-hub packages for aarch64-linux and push to attic. # Separate workflow per arch — see amd64.yaml for rationale.