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