mirror of
https://github.com/docker/actions-toolkit.git
synced 2024-11-23 03:16:09 +08:00
eb838bda3a
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
37 lines
714 B
JSON
37 lines
714 B
JSON
{
|
|
"group": {
|
|
"default": {
|
|
"targets": [
|
|
"binaries-cross"
|
|
]
|
|
}
|
|
},
|
|
"target": {
|
|
"binaries-cross": {
|
|
"context": "https://github.com/docker/buildx.git#v0.10.4",
|
|
"dockerfile": "Dockerfile",
|
|
"args": {
|
|
"BUILDKIT_CONTEXT_KEEP_GIT_DIR": "1",
|
|
"GO_VERSION": "1.19"
|
|
},
|
|
"target": "binaries",
|
|
"platforms": [
|
|
"darwin/amd64",
|
|
"darwin/arm64",
|
|
"linux/amd64",
|
|
"linux/arm/v6",
|
|
"linux/arm/v7",
|
|
"linux/arm64",
|
|
"linux/ppc64le",
|
|
"linux/riscv64",
|
|
"linux/s390x",
|
|
"windows/amd64",
|
|
"windows/arm64"
|
|
],
|
|
"output": [
|
|
"./bin/build"
|
|
]
|
|
}
|
|
}
|
|
}
|