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 5a58fa7 commit db46886
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 @@ -28,7 +28,7 @@ api = "0.8"
uri = "https://github.com/amp-buildpacks/solc/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 All @@ -52,3 +52,11 @@ api = "0.8"

[[stacks]]
id = "*"

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

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

0 comments on commit db46886

Please sign in to comment.