[feat] add Ubuntu 24.04 Noble package support (#971)
add Ubuntu 24.04 Noble package support Signed-off-by: Alan Scherger <alan.scherger@gmail.com>
This commit is contained in:
parent
109d2dadc0
commit
377ed22c97
@ -12,6 +12,12 @@
|
||||
"type": "deb",
|
||||
"platform": "focal"
|
||||
},
|
||||
{
|
||||
"arch": "x86_64",
|
||||
"target": "ubuntu24.04",
|
||||
"type": "deb",
|
||||
"platform": "noble"
|
||||
},
|
||||
{
|
||||
"arch": "arm64",
|
||||
"target": "ubuntu18.04",
|
||||
@ -23,6 +29,12 @@
|
||||
"target": "ubuntu20.04",
|
||||
"type": "deb",
|
||||
"platform": "focal"
|
||||
},
|
||||
{
|
||||
"arch": "arm64",
|
||||
"target": "ubuntu24.04",
|
||||
"type": "deb",
|
||||
"platform": "noble"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user