drone-plugins / drone-buildx

Drone plugin for publishing Docker images using Docker-in-Docker using buildx
Apache License 2.0
6 stars 5 forks source link

Add support to build for multiple platforms #36

Open kolaente opened 2 months ago

kolaente commented 2 months ago

One of the main advantages of using buildx is cross platform builds and multiarch images. It would be awesome if this drone plugin could support it, like these forks do:

https://github.com/thegeeklab/drone-docker-buildx https://github.com/owncloud-ci/drone-docker-buildx