You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the long run, I've been thinking about something similar to Cargo cfg(...). Eventually, it might be possible to specify base and "overridden" settings:
This suppose to always output binary binary-1, and optionally binary-2 and binary-3 depending on --build-arg cfg=name=binary-2 or --build-arg cfg=name=binary-3.
Additionally when --build-arg cfg=name=binary-2 is set, the output image should be overridden to ubuntu:latest.
What do you think about this proposal? Would this help for your use case?
Is there a way to allow this to output multiple images?
I'm using a workspace, but rather than output 2 binaries in the same image, I'd love to have this output 2 images each with one of the binaries.
If there is somewhere you can point me to implement this please do, I'm happy to spend the time!
The text was updated successfully, but these errors were encountered: