From ab480267f338a8c37239c598963c104a3eec15ed Mon Sep 17 00:00:00 2001 From: Rob Dimsdale-Zucker Date: Mon, 13 May 2024 10:13:58 -0700 Subject: [PATCH] Add targets to buildpack.toml - to ensure spec compliance. --- buildpack.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/buildpack.toml b/buildpack.toml index afb334f0..74d70d59 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -44,3 +44,11 @@ api = "0.7" [[stacks]] id = "*" + +[[targets.distros]] +name = "ubuntu" +version = "18.04" + +[[targets.distros]] +name = "ubuntu" +version = "22.04"