Skip to content

Commit c8de786

Browse files
add trixie entry for kernel uploads
1 parent 444732b commit c8de786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upload-kernels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from debian import deb822
1919

20-
VERSION_MAPPING = {"core": {"6.6": "noble"}, "workstation": {"6.6": "bookworm"}}
20+
VERSION_MAPPING = {"core": {"6.6": "noble"}, "workstation": {"6.6": "bookworm", "6.18": "trixie"}}
2121

2222
IS_QUBES = Path("/usr/share/qubes/marker-vm").exists()
2323
BUILD_PATH = Path(__file__).parent / "build"

0 commit comments

Comments
 (0)