Skip to content

Commit

Permalink
update optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed May 13, 2024
1 parent 4aab9d2 commit 2c97cd9
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
@@ -1,7 +1,7 @@
set dotenv-load

platform := if arch() =~ "aarch64" {"linux/arm64"} else {"linux/amd64"}
image := if arch() =~ "aarch64" {"cosmwasm/workspace-optimizer-arm64:0.15.0"} else {"cosmwasm/workspace-optimizer:0.15.0"}
image := if arch() =~ "aarch64" {"cosmwasm/workspace-optimizer-arm64:0.15.1"} else {"cosmwasm/workspace-optimizer:0.15.1"}

alias log := optimize-watch

Expand Down

0 comments on commit 2c97cd9

Please sign in to comment.