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
Currently one can only provide an image:tag in the Cross.toml to use other docker images, which means that one has to build the images first, which can be a pain to do in CI.
It would be great if one could provide a path to a Dockerfile instead (or the docker context directory), so that cross would build this image for you, and use it.