Skip to content

Commit

Permalink
add missing id to spm-cache mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberbeni committed Oct 4, 2024
1 parent 486da1f commit c75c6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY ./scripts /workspace/scripts
COPY ./Sources /workspace/Sources
ARG TARGETPLATFORM
RUN --mount=type=cache,target=/workspace/.build,id=build-$TARGETPLATFORM \
--mount=type=cache,target=/workspace/.spm-cache \
--mount=type=cache,target=/workspace/.spm-cache,id=spm-cache \
scripts/build.sh && \
mkdir -p dist && \
cp .build/release/ExampleApp dist
Expand Down

0 comments on commit c75c6f4

Please sign in to comment.