-
Notifications
You must be signed in to change notification settings - Fork 16
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 cache_from and cache_to support for multiplatform builds #141
Conversation
self.step_runner.log.write( | ||
f"WARNING: Unable to pull the cache_from image: {cache_from_image}\n" | ||
) | ||
if isinstance(cache_from_image, str): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, this is in the single platform code, gotcha.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could change it to support multiplatform and it should be beneficial for our build nodes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll create a new ticket to track this, so we can test it too.
Add cache_from and cache_to support for multiplatform builds. Passes cache_from and cache_to arguments to python_on_whales.
What does this PR do?
Improve multiplatform support.
What issues does this PR fix or reference?
Previous Behavior
New Behavior
Merge requirements satisfied?
setup.py
(if appropriate).