Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v3us committed Dec 23, 2022
1 parent 036a5e5 commit 4988805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ optimize-m1:
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
--platform linux/arm64 \
cosmwasm/workspace-optimizer:0.12.8
cosmwasm/workspace-optimizer:0.12.10

optimize-rs:
docker run --rm -v "$(pwd)":/code \
Expand Down

0 comments on commit 4988805

Please sign in to comment.