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
Right now, nfy uses the first target when generating a Docker image. Instead, we should generate intermediate containers every time we see multiple targets. We should run the checks in the intermediate container, and then select the correct installer based on what passes.
This should be pretty fast because of Docker layer caching.
The text was updated successfully, but these errors were encountered:
Right now, nfy uses the first target when generating a Docker image. Instead, we should generate intermediate containers every time we see multiple targets. We should run the checks in the intermediate container, and then select the correct installer based on what passes.
This should be pretty fast because of Docker layer caching.
The text was updated successfully, but these errors were encountered: