{ "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "application", "implicitDependencies": ["element-web"], "root": "apps/desktop", "targets": { "docker:build": { "executor": "@nx-tools/nx-container:build", "options": { "load": true, "engine": "docker", "platforms": ["linux/amd64", "linux/arm64"], "provenance": "true", "sbom": true, "context": "{projectRoot}", "file": "{projectRoot}/dockerbuild/Dockerfile", "metadata": { "images": ["ghcr.io/element-hq/element-web/desktop-build-env"], "tags": ["type=ref,event=branch"] } } } } }