mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-31 11:11:26 +02:00
25 lines
813 B
JSON
25 lines
813 B
JSON
{
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "app",
|
|
"root": "apps/desktop",
|
|
"targets": {
|
|
"docker:build": {
|
|
"executor": "@nx-tools/nx-container:build",
|
|
"dependsOn": ["docker:prebuild"],
|
|
"options": {
|
|
"load": true,
|
|
"engine": "docker",
|
|
"platforms": ["linux/amd64", "linux/arm64"],
|
|
"provenance": "true",
|
|
"sbom": true,
|
|
"context": "apps/desktop",
|
|
"file": "apps/desktop/dockerbuild/Dockerfile",
|
|
"metadata": {
|
|
"images": ["ghcr.io/element-hq/element-web/desktop-build-env"],
|
|
"tags": ["type=ref,event=branch"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|