Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker buildx support #20

Open
ssteuteville opened this issue Feb 4, 2022 · 2 comments
Open

docker buildx support #20

ssteuteville opened this issue Feb 4, 2022 · 2 comments

Comments

@ssteuteville
Copy link

Would be really cool if this plugin supported buildx so that I could build my images for different architectures the easy way!

@haf
Copy link

haf commented Sep 7, 2022

Any update on this?

@ferm10n
Copy link

ferm10n commented Nov 1, 2022

@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, '.'],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants