Skip to content

Commit

Permalink
Merge pull request #301 from paketo-buildpacks/update/buildpack/gradle
Browse files Browse the repository at this point in the history
Reorganize targets
  • Loading branch information
dmikusa authored Mar 28, 2024
2 parents df66be0 + b427583 commit 1c60b12
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/gradle/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/arm64/bin/build", "linux/arm64/bin/detect", "linux/arm64/bin/main", "buildpack.toml"]
pre-package = "scripts/build.sh"
Expand Down Expand Up @@ -121,3 +113,11 @@ arch = "arm64"

[[stacks]]
id = "*"

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

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

0 comments on commit 1c60b12

Please sign in to comment.