You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
It seems like the support exists, the setting is just platform: not platforms: . However when I try using this via plugins/buildx-ecr it doesn't invoke the docker buildx create commands before running docker buildx build and I end up getting the following error:
ERROR: Multi-platform build is not supported for the docker driver.
Switch to a different driver, or turn on the containerd image store, and try again.
Learn more at https://docs.docker.com/go/build-multi-platform/
exit status 1
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
The text was updated successfully, but these errors were encountered: