mirror of
https://github.com/docker/actions-toolkit.git
synced 2025-07-01 14:56:28 +00:00
31 lines
495 B
JSON
31 lines
495 B
JSON
{
|
|
"group": {
|
|
"default": {
|
|
"targets": [
|
|
"image"
|
|
]
|
|
}
|
|
},
|
|
"target": {
|
|
"image": {
|
|
"context": ".",
|
|
"dockerfile": "Dockerfile",
|
|
"args": {
|
|
"BUILDKIT_CONTEXT_KEEP_GIT_DIR": "1",
|
|
"GO_VERSION": "1.20"
|
|
},
|
|
"tags": [
|
|
"docker/buildx-bin:local"
|
|
],
|
|
"target": "binaries",
|
|
"platforms": [
|
|
"linux/amd64"
|
|
],
|
|
"output": [
|
|
{
|
|
"type": "docker"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|