diff --git a/src/cpp/manifest.json b/src/cpp/manifest.json index cedbe6536..7b01ddb94 100644 --- a/src/cpp/manifest.json +++ b/src/cpp/manifest.json @@ -3,7 +3,6 @@ "variants": [ "bookworm", "bullseye", - "buster", "noble", "jammy", "focal" @@ -13,7 +12,6 @@ "parent": { "bookworm": "base-debian", "bullseye": "base-debian", - "buster": "base-debian", "noble": "base-ubuntu", "jammy": "base-ubuntu", "focal": "base-ubuntu" @@ -28,9 +26,6 @@ "linux/amd64", "linux/arm64" ], - "buster": [ - "linux/amd64" - ], "noble": [ "linux/amd64", "linux/arm64" @@ -58,10 +53,6 @@ "cpp:${VERSION}-debian11", "cpp:${VERSION}" ], - "buster": [ - "cpp:${VERSION}-debian-10", - "cpp:${VERSION}-debian10" - ], "noble": [ "cpp:${VERSION}-ubuntu-24.04", "cpp:${VERSION}-ubuntu24.04"