docker buildx support
ssteuteville opened this issue · 2 comments
ssteuteville commented
Would be really cool if this plugin supported buildx so that I could build my images for different architectures the easy way!
haf commented
Any update on this?
ferm10n commented
@ssteuteville
Is this an option? https://github.com/docker/buildx#set-buildx-as-the-default-builder
If not, I'd imagine this package would just need to add a command yarn docker buildx build
, which could wrap the build.ts
command , except replace build
with buildx build
here