cloudposse / github-action-docker-build-push

Simple docker build action

Home Page:https://cloudposse.com/accelerate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multi-architecture builds with QEMU

Nuru opened this issue · comments

commented

Describe the Feature

Support multi-architecture builds with QEMU

Expected Behavior

Like docker/build-push-action, have a platforms input that builds multi-architecture images. Use docker/setup-qemu-action to install QEMU to support cross-compilation.

Use Case

Geodesic is now a multi-architecure build and more will follow. Those builds cannot be converted to use this action without multi-architecture support.