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
The way dalec works is a given target name can only be used once.
However we generally need to build containers targeting all supported Windows releases.
We should be able to support this by essentially duplicating the windowscross target with a different name (e.g. windowscross-20H2 ... or whatever the windows release is called...).
The only difference between these targets would be that the base image used to build the container would be different.
Are you willing to submit PRs to contribute to this feature request?
Yes, I am willing to implement it.
The text was updated successfully, but these errors were encountered:
What kind of request is this?
None
What is your request or suggestion?
The way dalec works is a given target name can only be used once.
However we generally need to build containers targeting all supported Windows releases.
We should be able to support this by essentially duplicating the
windowscross
target with a different name (e.g. windowscross-20H2 ... or whatever the windows release is called...).The only difference between these targets would be that the base image used to build the container would be different.
Are you willing to submit PRs to contribute to this feature request?
The text was updated successfully, but these errors were encountered: