ci: add mkosi job for debian stable

Debian 13 has just been released and can build and run everything,
so add CI coverage for it
This commit is contained in:
Luca Boccassi
2025-08-09 15:09:35 +01:00
committed by Yu Watanabe
parent 8557ea5daa
commit 5ecd16be68

View File

@@ -65,6 +65,17 @@ jobs:
no_qemu: 0
no_kvm: 0
shim: 0
- distro: debian
release: stable
runner: ubuntu-24.04
sanitizers: ""
llvm: 0
cflags: "-Og"
relabel: no
vm: 0
no_qemu: 0
no_kvm: 0
shim: 0
- distro: debian
release: testing
runner: ubuntu-24.04