Skip to content

Commit

Permalink
Merge pull request #288 from paketo-buildpacks/update/buildpack/sbt
Browse files Browse the repository at this point in the history
Reorganize targets
  • Loading branch information
dmikusa authored Mar 28, 2024
2 parents b94806f + f7067bf commit ed1ff7d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,9 @@ api = "0.7"
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/sbt/blob/main/LICENSE"

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

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

[metadata]
pre-package = "scripts/build.sh"
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"

[[metadata.configurations]]
build = true
Expand Down Expand Up @@ -97,3 +89,11 @@ arch = "arm64"

[[stacks]]
id = "*"

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

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

0 comments on commit ed1ff7d

Please sign in to comment.