Skip to content

Commit

Permalink
fix: Optimiser
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v3us committed Dec 22, 2022
1 parent 64af446 commit 7c7230d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ optimize-m1:
docker run --rm -v "$(pwd)":/code \
--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

optimize-rs:
Expand Down

0 comments on commit 7c7230d

Please sign in to comment.