uso do caché no dockerfile
This commit is contained in:
parent
47de0590e7
commit
cbe5616c9f
@ -11,7 +11,10 @@ RUN rustup target add "$TARGET"
|
||||
RUN USER=root mkdir ./itkg
|
||||
WORKDIR ./itkg
|
||||
ADD . ./
|
||||
RUN cargo build --release --locked --target "$TARGET" \
|
||||
|
||||
# caché: xenera unha capa de docker para os sucesivos builds
|
||||
RUN --mount=type=cache,target=/usr/local/cargo/registry \
|
||||
cargo build --release --locked --target "$TARGET" \
|
||||
&& mv "target/$TARGET/release/itkg" . \
|
||||
&& strip itkg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user