From e9f057da2a48bb6c37c33c86e6a061d7864d5192 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 28 Mar 2024 05:20:12 +0000 Subject: [PATCH] Bump datadog-agent-java from 1.31.2 to 1.31.2 Bumps datadog-agent-java from 1.31.2 to 1.31.2. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- buildpack.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/buildpack.toml b/buildpack.toml index d614d08..fa69ff5 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -27,14 +27,6 @@ api = "0.7" type = "Apache-2.0" uri = "https://github.com/paketo-buildpacks/maven/blob/main/LICENSE" -[[targets]] -os = "linux" -arch = "amd64" - -[[targets]] -os = "linux" -arch = "arm64" - [metadata] include-files = ["LICENSE", "NOTICE", "README.md", "linux/amd64/bin/build", "linux/amd64/bin/detect", "linux/amd64/bin/main", "linux/amd64/bin/helper", "linux/arm64/bin/build", "linux/arm64/bin/detect", "linux/arm64/bin/main", "linux/arm64/bin/helper", "buildpack.toml"] pre-package = "scripts/build.sh" @@ -95,3 +87,11 @@ arch = "arm64" [[stacks]] id = "*" + +[[targets]] + arch = "amd64" + os = "linux" + +[[targets]] + arch = "arm64" + os = "linux"