From 377ed22c971878b29b6d2c2c582198f2629f82ed Mon Sep 17 00:00:00 2001 From: Alan Scherger Date: Thu, 21 Nov 2024 21:26:30 -0600 Subject: [PATCH] [feat] add Ubuntu 24.04 Noble package support (#971) add Ubuntu 24.04 Noble package support Signed-off-by: Alan Scherger --- utils/releasetools/build-config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/utils/releasetools/build-config.json b/utils/releasetools/build-config.json index 5ee9308b3b..5e39fae70f 100644 --- a/utils/releasetools/build-config.json +++ b/utils/releasetools/build-config.json @@ -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" } ] } \ No newline at end of file