Skip to content

Commit

Permalink
Merge pull request #297 from paketo-buildpacks/update/buildpack/datad…
Browse files Browse the repository at this point in the history
…og-agent-java

Bump datadog-agent-java from 1.31.2 to 1.31.2
  • Loading branch information
dmikusa authored Mar 28, 2024
2 parents 57a45ac + e9f057d commit 07a234a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -95,3 +87,11 @@ arch = "arm64"

[[stacks]]
id = "*"

[[targets]]
arch = "amd64"
os = "linux"

[[targets]]
arch = "arm64"
os = "linux"

0 comments on commit 07a234a

Please sign in to comment.