milestone 11: systemd and docker packaging, operator and architecture docs, config and api reference, docs drift guards

This commit is contained in:
2026-08-02 15:24:10 +02:00
parent a589df7515
commit bdb6ffab7a
29 changed files with 1936 additions and 94 deletions
+6
View File
@@ -0,0 +1,6 @@
# The Dockerfile copies only zig-out/cross out of the repository-root context,
# and BuildKit transfers only referenced paths. This file guards the classic
# (non-BuildKit) builder, which would otherwise send the whole tree: copy it to
# the repository root as .dockerignore before building without BuildKit.
*
!zig-out/cross