mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-19 20:41:12 +02:00
* Tweak cd.yaml workflow * Tweak cd.yaml workflow * Iterate * Iterate * Iterate * Iterate * Remove debug
24 lines
769 B
JSON
24 lines
769 B
JSON
{
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "app",
|
|
"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"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|