7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
# 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
|