From 3f68c8f537e5d4bb96787c55dc1554f15084e30a Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Mon, 1 Jul 2024 13:26:59 -0400 Subject: [PATCH] Update buildpack.toml Add wildcard stack back --- buildpack.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildpack.toml b/buildpack.toml index 1c20cc5..eca5a9e 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -49,6 +49,9 @@ api = "0.7" description = "Deprecated: Enable/disable certificate helper layer to add certs at runtime" name = "BP_ENABLE_RUNTIME_CERT_BINDING" +[[stacks]] + id = "*" + [[targets]] os = "linux" arch = "amd64"