generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Add 'platform' option to build options in docker_image #22
Comments
Files identified in the description: If these files are inaccurate, please update the |
The So it should be relatively straightforward to implement. |
resolved_by_pr #54 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
I need to support multi-arch builds for some of my Docker images (e.g. support amd64 and arm64), and doing so requires running
docker build
with the--platform
argument. It seems thedocker_image
module doesn't support that argument right now, so if I want to do this I have to usecommand
:ISSUE TYPE
COMPONENT NAME
docker_image
ADDITIONAL INFORMATION
Related issue: geerlingguy/drupal-container#24
The text was updated successfully, but these errors were encountered: