Closed nitrocode closed 4 years ago
Has anyone used this plugin to build arm compatible containers and upload to ECR ? I have the buildx plugin installed but it looks like the necessary docker build commands now need to be docker buildx build commands.
docker build
docker buildx build
Is this easy to do with this plugin?
Nevermind. I thought this plugin also built the containers.
Has anyone used this plugin to build arm compatible containers and upload to ECR ? I have the buildx plugin installed but it looks like the necessary
docker build
commands now need to bedocker buildx build
commands.Is this easy to do with this plugin?