Add ubuntu 25.04

This commit is contained in:
2025-05-16 13:19:40 +03:00
parent c7e02bf7df
commit 0e6e4b453c

View File

@@ -222,7 +222,24 @@
"install_instructions": "debian_new"
}
},
"Ubuntu 25.04": {
"codename": "plucky",
"docker": {
"directory": "linux_desktop",
"image_basename": "ubuntu25.04",
"build_options": {
"image_from": "ubuntu:25.04",
"image_prepare_script": "install_apt.sh",
"QT_FROM_SOURCE": false
}
},
"ppa": {
"filters": ["ubuntu25.04"],
"install_instructions": "debian_new"
}
},
"Debian 11 armhf": {
"codename": "bullseye",
"docker": {