Skip to content

Commit

Permalink
Add dualarch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed Mar 28, 2024
1 parent 4d9e4d1 commit d26f6c3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,17 @@ api = "0.7"
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/leiningen/blob/main/LICENSE"

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

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


[metadata]
include-files = ["LICENSE", "NOTICE", "README.md", "bin/build", "bin/detect", "bin/main", "buildpack.toml"]
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]]
Expand Down

0 comments on commit d26f6c3

Please sign in to comment.