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 27, 2024
1 parent 534da0b commit 1e395db
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ api = "0.7"
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/executable-jar/blob/main/LICENSE"

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

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

[[stacks]]
id = "io.buildpacks.stacks.bionic"

Expand All @@ -50,4 +58,4 @@ build = true

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

0 comments on commit 1e395db

Please sign in to comment.