cromwell
cromwell copied to clipboard
Build Docker image for arm64
Right now, only images for the amd64
architecture are available on DockerHub. Given that Docker is well-supported on ASi/ARM chips, it would be helpful to have a native arm64
image automatically built, rather than needing to run a non-native image unless I build it myself.
It looks like our Docker SBT plugin recently added support for the required buildx
command.
https://github.com/marcuslonnberg/sbt-docker/pull/131
I started a branch here but run into this error, which seems to be widespread on the 'net.
docker exporter does not currently support exporting manifest lists
Interestingly, I can get it to build for a single arch at once just fine [0] and the error is caused by lack of support for multiarch images somewhere in the local toolchain.
[0] platforms = List("linux/arm64")