add ubuntu 24.10
This commit is contained in:
@@ -155,23 +155,6 @@
|
||||
}
|
||||
},
|
||||
|
||||
"Ubuntu 24.04": {
|
||||
"codename": "noble",
|
||||
"docker": {
|
||||
"directory": "linux_desktop",
|
||||
"image_basename": "ubuntu24.04",
|
||||
"build_options": {
|
||||
"image_from": "ubuntu:24.04",
|
||||
"image_prepare_script": "install_apt.sh",
|
||||
"QT_FROM_SOURCE": false
|
||||
}
|
||||
},
|
||||
"ppa": {
|
||||
"filters": ["ubuntu24.04"],
|
||||
"install_instructions": "debian_new"
|
||||
}
|
||||
},
|
||||
|
||||
"Ubuntu 22.10": {
|
||||
"codename": "kinetic",
|
||||
"docker": {
|
||||
@@ -206,6 +189,40 @@
|
||||
}
|
||||
},
|
||||
|
||||
"Ubuntu 24.04": {
|
||||
"codename": "noble",
|
||||
"docker": {
|
||||
"directory": "linux_desktop",
|
||||
"image_basename": "ubuntu24.04",
|
||||
"build_options": {
|
||||
"image_from": "ubuntu:24.04",
|
||||
"image_prepare_script": "install_apt.sh",
|
||||
"QT_FROM_SOURCE": false
|
||||
}
|
||||
},
|
||||
"ppa": {
|
||||
"filters": ["ubuntu24.04"],
|
||||
"install_instructions": "debian_new"
|
||||
}
|
||||
},
|
||||
|
||||
"Ubuntu 24.10": {
|
||||
"codename": "oracular",
|
||||
"docker": {
|
||||
"directory": "linux_desktop",
|
||||
"image_basename": "ubuntu24.10",
|
||||
"build_options": {
|
||||
"image_from": "ubuntu:24.10",
|
||||
"image_prepare_script": "install_apt.sh",
|
||||
"QT_FROM_SOURCE": false
|
||||
}
|
||||
},
|
||||
"ppa": {
|
||||
"filters": ["ubuntu24.10"],
|
||||
"install_instructions": "debian_new"
|
||||
}
|
||||
},
|
||||
|
||||
"Debian 11 armhf": {
|
||||
"codename": "bullseye",
|
||||
"docker": {
|
||||
|
||||
Reference in New Issue
Block a user