Skip to content

Commit

Permalink
Update buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo authored Apr 16, 2024
1 parent 7ad8f52 commit b93286b
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 @@ -15,7 +15,7 @@ type = "Apache-2.0"
uri = "https://github.com/amp-buildpacks/scarb/blob/main/LICENSE"

[metadata]
include-files = ["LICENSE", "README.md", "bin/build", "bin/detect", "bin/main", "buildpack.toml"]
include-files = ["LICENSE", "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 Expand Up @@ -60,3 +60,11 @@ uri = "https://github.com/software-mansion/scarb/blob/main/LICENSE"

[[stacks]]
id = "*"

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

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

0 comments on commit b93286b

Please sign in to comment.