forked from paketo-buildpacks/yarn-install
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuildpack.toml
More file actions
38 lines (31 loc) · 883 Bytes
/
buildpack.toml
File metadata and controls
38 lines (31 loc) · 883 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
32
33
34
35
36
37
38
api = "0.7"
[buildpack]
homepage = "https://github.com/paketo-buildpacks/yarn-install"
id = "neeto-deploy/yarn-install"
name = "Paketo Buildpack for Yarn Install"
sbom-formats = ["application/vnd.cyclonedx+json", "application/spdx+json", "application/vnd.syft+json"]
version = "2.6.6"
[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/yarn-install/blob/main/LICENSE"
[metadata]
include-files = [
"buildpack.toml",
"linux/amd64/bin/build",
"linux/amd64/bin/detect",
"linux/amd64/bin/run",
"linux/amd64/bin/setup-symlinks",
"linux/arm64/bin/build",
"linux/arm64/bin/detect",
"linux/arm64/bin/run",
"linux/arm64/bin/setup-symlinks",
]
pre-package = "./scripts/build.sh"
[[stacks]]
id = "*"
[[targets]]
os = "linux"
arch = "amd64"
[[targets]]
os = "linux"
arch = "arm64"