Skip to content

Commit

Permalink
Update usage of optimizer in build_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 authored Aug 28, 2024
1 parent a687b38 commit c69ee56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -o pipefail
projectPath=$(cd "$(dirname "${0}")" && cd ../ && pwd)

docker run --rm -v "$projectPath":/code \
--mount type=volume,source="$(basename "$projectPath")_cache",target=/code/target \
--mount type=volume,source="$(basename "$projectPath")_cache",target=/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.15.1
cosmwasm/optimizer:0.15.1

0 comments on commit c69ee56

Please sign in to comment.