mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-13 08:18:39 +01:00
Create docker-bake.json
This commit is contained in:
parent
535dd47967
commit
0a34e7e718
1 changed files with 19 additions and 0 deletions
19
docker/docker-bake.json
Normal file
19
docker/docker-bake.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"group": {
|
||||
"default": {
|
||||
"targets": ["default", "tailscale"]
|
||||
}
|
||||
},
|
||||
"target": {
|
||||
"default": {
|
||||
"dockerfile": "Dockerfile",
|
||||
"tags": ["ripleybooya/ssh-tunnel:latest"],
|
||||
"platforms": ["linux/amd64", "linux/arm64"]
|
||||
},
|
||||
"tailscale": {
|
||||
"dockerfile": "Dockerfile.tailscale",
|
||||
"tags": ["ripleybooya/ssh-tunnel:tailscale"],
|
||||
"platforms": ["linux/amd64", "linux/arm64"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue