workspace-optimizer could be much faster. but we are using the amd64 type always:
Unable to find image 'cosmwasm/workspace-optimizer:0.12.6' locally
0.12.6: Pulling from cosmwasm/workspace-optimizer
...
Status: Downloaded newer image for cosmwasm/workspace-optimizer:0.12.6
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
workspace-optimizer could be much faster. but we are using the amd64 type always:
beaker could detect the local architecture and select between workspace-optimizer and https://hub.docker.com/r/cosmwasm/workspace-optimizer-arm64/tags. Alternately, we would be happy for a PR to build multi-architecture docker images, but that requires some other tooling, like https://github.com/CosmWasm/rust-optimizer/issues/67 first