Skip to content

Commit

Permalink
ci: update docker build (foundry-rs#8829)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Sep 7, 2024
1 parent 8a51b89 commit 27d008f
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 @@ -19,7 +19,7 @@ COPY . .
RUN git update-index --force-write-index

RUN --mount=type=cache,target=/root/.cargo/registry --mount=type=cache,target=/root/.cargo/git --mount=type=cache,target=/opt/foundry/target \
source $HOME/.profile && cargo build --release --features cast/aws-kms,forge/aws-kms \
source $HOME/.profile && cargo build --release --features foundry-cast/aws-kms,forge/aws-kms \
&& mkdir out \
&& mv target/release/forge out/forge \
&& mv target/release/cast out/cast \
Expand Down

0 comments on commit 27d008f

Please sign in to comment.