mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-13 08:18:39 +01:00
21 lines
477 B
JSON
21 lines
477 B
JSON
{
|
|
"group": {
|
|
"default": {
|
|
"targets": ["default", "tailscale"]
|
|
}
|
|
},
|
|
"target": {
|
|
"default": {
|
|
"dockerfile": "Dockerfile",
|
|
"context": ".",
|
|
"tags": ["ripleybooya/ssh-tunnel:latest"],
|
|
"platforms": ["linux/amd64", "linux/arm64"]
|
|
},
|
|
"tailscale": {
|
|
"dockerfile": "Dockerfile.tailscale",
|
|
"context": ".",
|
|
"tags": ["ripleybooya/ssh-tunnel:tailscale"],
|
|
"platforms": ["linux/amd64", "linux/arm64"]
|
|
}
|
|
}
|
|
}
|