1
0
mirror of https://github.com/moby/buildkit.git synced 2025-04-20 05:07:56 +03:00

1 Commits

Author SHA1 Message Date
Marat Radchenko
c8c5024758 Cleanup Linux-isms in code
appdefaults_unix.go, constants_unix.go:
/run is a thing only for Linux. Other Unixes use /var/run.

diffapply_linux.go and source_linux.go:
These files use Linux-only API.

Signed-off-by: Marat Radchenko <marat@slonopotamus.org>
2024-08-26 11:21:12 +03:00