diff --git a/.woodpecker.yml b/.woodpecker.yml index 4cebe34..131f0e4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -29,6 +29,9 @@ steps: kubernetes: nodeSelector: kubernetes.io/arch: amd64 + labels: + commit-ref: "${CI_COMMIT_REF}" + pipeline-number: "${CI_PIPELINE_NUMBER}" commands: - sh ci/setup.sh - python3 ci/build.py x86_64-linux @@ -45,6 +48,9 @@ steps: kubernetes: nodeSelector: kubernetes.io/arch: arm64 + labels: + commit-ref: "${CI_COMMIT_REF}" + pipeline-number: "${CI_PIPELINE_NUMBER}" commands: - sh ci/setup.sh - python3 ci/build.py aarch64-linux @@ -61,6 +67,9 @@ steps: kubernetes: nodeSelector: kubernetes.io/arch: amd64 + labels: + commit-ref: "${CI_COMMIT_REF}" + pipeline-number: "${CI_PIPELINE_NUMBER}" commands: - sh ci/setup.sh - python3 ci/build.py s390x-linux