mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-11 05:29:24 +02:00
Dockerfiles: Rename working directory from "/build" to "/work"
Since the directory will contain both sources and build, this commit generalizes its name.
This commit is contained in:
@ -35,7 +35,7 @@ ENV AS=/usr/bin/${CROSS_TRIPLE}-as \
|
||||
LD=/usr/bin/${CROSS_TRIPLE}-ld
|
||||
|
||||
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/linux-arm64
|
||||
WORKDIR /build
|
||||
WORKDIR /work
|
||||
|
||||
# Note: Toolchain file support is currently in debian Experimental according to:
|
||||
# https://wiki.debian.org/CrossToolchains#In_jessie_.28Debian_8.29
|
||||
|
Reference in New Issue
Block a user