Add .woodpecker.yml

This commit is contained in:
Tomas Balsys 2023-12-12 03:01:32 +02:00
commit 1a43030fb4
1 changed files with 17 additions and 0 deletions

17
.woodpecker.yml Normal file
View File

@ -0,0 +1,17 @@
when:
event: tag
steps:
build:
image: git.balsys.eu.org/tomas/mkosi
privileged: true
commands:
- mkosi -d debian -r bookworm -t tar --bootable no --package systemd --output fedora-39 --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