milestone 14: build, package, sign and publish releases

This commit is contained in:
2026-08-08 12:38:29 +02:00
parent 6c507992e4
commit cdacc560b7
48 changed files with 7272 additions and 543 deletions
+9
View File
@@ -0,0 +1,9 @@
# BuildKit reads this file because it sits next to the Dockerfile named by
# `-f deploy/docker/Dockerfile`; the build context is the repository root, so
# without it the whole worktree — .git, node_modules, .zig-cache — is sent to
# the daemon. The classic builder reads only a context-root .dockerignore, but
# it cannot build this Dockerfile at all (see the BUILDPLATFORM note there), so
# there is nothing to copy anywhere.
*
!zig-out/dist/bin
!zig-out/dist/stage