get.porter.sh/porter@v1.3.0/docker-bake.json (about) 1 { 2 "group": { 3 "default": { 4 "targets": [ 5 "server" 6 ] 7 } 8 }, 9 "target": { 10 "server": { 11 "platforms": [ 12 "linux/amd64", 13 "linux/arm64" 14 ], 15 "dockerfile": "build/images/server/Dockerfile", 16 "context": "./" 17 } 18 } 19 }