We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Why is this closed? Was it solved @bhautikpip ? I'm facing the same issue. Though I'm building multiarch locally with --load without issues
Sorry, something went wrong.
ref: docker/buildx#290
No branches or pull requests
I am having issue with running --load param with multiple platform arguments. I am running following build action.
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.
The text was updated successfully, but these errors were encountered: