Files
hercules-hyperion/.woodpecker.yml
Yvan Janssens 4ce9d97ac0
Some checks failed
ci/woodpecker/push/woodpecker/2 Pipeline failed
ci/woodpecker/push/woodpecker/3 Pipeline failed
ci/woodpecker/push/woodpecker/6 Pipeline failed
ci/woodpecker/push/woodpecker/1 Pipeline failed
ci/woodpecker/push/woodpecker/4 Pipeline failed
ci/woodpecker/push/woodpecker/5 Pipeline failed
Replace Debian 11 CI target with sid
2026-05-05 12:26:27 +02:00

29 lines
703 B
YAML

matrix:
include:
- DISTRO_NAME: ubuntu-22-04
IMAGE: ubuntu:22.04
- DISTRO_NAME: ubuntu-24-04
IMAGE: ubuntu:24.04
- DISTRO_NAME: ubuntu-26-04
IMAGE: ubuntu:26.04
- DISTRO_NAME: debian-12
IMAGE: debian:12
- DISTRO_NAME: debian-13
IMAGE: debian:13
- DISTRO_NAME: debian-sid
IMAGE: debian:sid
steps:
- name: build-and-upload-debian-package-${DISTRO_NAME}
image: ${IMAGE}
pull: true
environment:
GITEA_PACKAGE_TOKEN:
from_secret: gitea_token
commands:
- ./scripts/ci/bootstrap-apt.sh
- ./scripts/ci/build-package.sh
- ./scripts/ci/upload-package.sh
when:
- event: [push, cron, manual]