Is your feature request related to a problem? Please describe.
Is it possible to publish an arm64 image of build-image/Dockerfile to useink/ci? Build the contract and running tests using emulated amd64 in Apple Silicon machine is painful slow.
Most devs using MacOS don't use it only for verify the contract, but development because using docker is the most reliable way to build ink! contracts locally, I frequently have issues when using cargo-contract in MacOS.
Is your feature request related to a problem? Please describe.
Is it possible to publish an
arm64image ofbuild-image/Dockerfiletouseink/ci? Build the contract and running tests using emulatedamd64in Apple Silicon machine is painful slow.Most devs using MacOS don't use it only for verify the contract, but development because using docker is the most reliable way to build ink! contracts locally, I frequently have issues when using
cargo-contractin MacOS.