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

Using --load parameter with multiple platforms throws an error #214

Closed
bhautikpip opened this issue Nov 3, 2020 · 2 comments
Closed

Using --load parameter with multiple platforms throws an error #214

bhautikpip opened this issue Nov 3, 2020 · 2 comments

Comments

@bhautikpip
Copy link

I am having issue with running --load param with multiple platform arguments. I am running following build action.

-  name: Build docker image
   uses: docker/build-push-action@v2
   with:
      context: .
      file: ./Dockerfile
      load: true
      platforms: linux/amd64,linux/arm64
      tags: amazon/aws-xray-daemon:alpha

I am able to run this with single platform (eg linux/amd64). Is this a known issue? Is there any timeline for a fix? I found one issue in buildx repo.

@soulman-is-good
Copy link

Why is this closed? Was it solved @bhautikpip ?
I'm facing the same issue. Though I'm building multiarch locally with --load without issues

@chestack
Copy link

ref: docker/buildx#290

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