diff --git a/platforms_new.json b/platforms_new.json index c050b9a..7418004 100644 --- a/platforms_new.json +++ b/platforms_new.json @@ -33,4 +33,21 @@ "install_instructions": "debian" } }, + "Debian 12": { + "enabled": true, + "ondemand": false, + "codename": "bookworm", + "docker": { + "directory": "linux_desktop", + "image_basename": "debian12", + "build_options": { + "image_from": "debian:bookworm-slim", + "image_prepare_script": "install_apt.sh" + } + }, + "ppa": { + "filters": ["debian12"], + "install_instructions": ["ints1", "inst2"] + } + } }