-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbuildpack.toml
More file actions
31 lines (24 loc) · 989 Bytes
/
buildpack.toml
File metadata and controls
31 lines (24 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
api = "0.7"
[buildpack]
description = "A buildpack for installing app dependencies via `bundle`"
homepage = "https://github.com/paketo-buildpacks/bundle-install"
id = "paketo-buildpacks/bundle-install"
keywords = ["ruby", "bundler"]
name = "Paketo Buildpack for Bundle Install"
sbom-formats = ["application/vnd.cyclonedx+json", "application/spdx+json", "application/vnd.syft+json"]
[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/bundle-install/blob/main/LICENSE"
[metadata]
include-files = ["buildpack.toml", "linux/amd64/bin/build", "linux/amd64/bin/detect", "linux/amd64/bin/run", "linux/arm64/bin/build", "linux/arm64/bin/detect", "linux/arm64/bin/run"]
pre-package = "./scripts/build.sh --target linux/amd64 --target linux/arm64"
[[stacks]]
id = "io.buildpacks.stacks.jammy"
[[stacks]]
id = "io.buildpacks.stacks.noble"
[[targets]]
os = "linux"
arch = "amd64"
[[targets]]
os = "linux"
arch = "arm64"