Skip to content

Commit

Permalink
Merge pull request #242 from CronCats/justfile-bug-fix
Browse files Browse the repository at this point in the history
[FIX]: Optimiser bug "does not match the specified platform"
  • Loading branch information
d3v3us authored Jan 9, 2023
2 parents c68b02a + f7b11ec commit 3bf1627
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.10

optimize-rs:
Expand Down

0 comments on commit 3bf1627

Please sign in to comment.