Dcard/yarn-plugins

docker buildx support

ssteuteville opened this issue · 2 comments

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?

@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

['build', ...this.args, '-f', dockerFilePath, '.'],