milestone 14: build, package, sign and publish releases
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user