[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:
Alan Scherger 2024-11-21 21:26:30 -06:00 committed by GitHub
parent 109d2dadc0
commit 377ed22c97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]
}