Skip to content

Commit

Permalink
Merge pull request #216 from paketo-buildpacks/bp-toml-update
Browse files Browse the repository at this point in the history
Update include files & add targets
  • Loading branch information
dmikusa authored Mar 27, 2024
2 parents bbea3e6 + cad0ce5 commit 2b24f5b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ api = "0.7"
id = "paketo-buildpacks/image-labels"
keywords = ["image-labels", "labels"]
name = "Paketo Buildpack for Image Labels"
version = "{{.version}}"
sbom-formats = ["application/vnd.cyclonedx+json", "application/vnd.syft+json"]
version = "{{.version}}"

[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/image-labels/blob/main/LICENSE"

[metadata]
include-files = ["LICENSE", "NOTICE", "README.md", "bin/build", "bin/detect", "bin/main", "buildpack.toml"]
include-files = ["LICENSE", "NOTICE", "README.md", "buildpack.toml", "linux/amd64/bin/build", "linux/amd64/bin/detect", "linux/amd64/bin/main", "linux/arm64/bin/build", "linux/arm64/bin/detect", "linux/arm64/bin/main"]
pre-package = "scripts/build.sh"

[[metadata.configurations]]
Expand Down Expand Up @@ -104,3 +104,11 @@ api = "0.7"

[[stacks]]
id = "*"

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

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

0 comments on commit 2b24f5b

Please sign in to comment.