nspawn-debian/.woodpecker.yml

19 lines
566 B
YAML

when:
event: tag
steps:
build:
image: git.balsys.eu.org/tomas/mkosi
privileged: true
commands:
- mkosi -d debian -r bullseye -t tar --bootable no --package systemd --output debian-11 --compress-output xz --checksum yes
- mkosi -d debian -r bookworm -t tar --bootable no --package systemd --output debian-12 --compress-output xz --checksum yes
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: ${CI_FORGE_URL}
files: [ "*.xz", "*.SHA256SUMS" ]
api_key:
from_secret: release_token