toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

Add arm64 images

Open timower opened this issue 10 months ago • 1 comments

When developing on an apple silicon mac, docker uses linux/arm64 by default. Using the amd64 image is possible, but is a lot slower.

It'd be nice if the CI also publishes arm64 images. Locally the Dockerfiles do seems to work for arm64 (at least v2.x).

timower avatar Sep 28 '23 11:09 timower