-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Build Docker images for windows builds #3492
Conversation
This change adds Dockerfiles and associated GitHub actions to build Windows Docker images for nightlies and releases.
Is the plan to update again when there is a ponyup for Windows? |
Yes, these images are for getting Windows CI builds of corral and ponyup working, whereupon they will swallow their own tail and switch to using ponyup. |
Now how to figure out how to use Docker for Windows with Windows images on GitHub Actions. (Docker for Windows can either run in Linux mode or Windows mode, but not both, and from these errors it looks like it's running in Linux mode on GitHub Actions.) |
I guess I'm mistaken. |
FreeBSD check seems spurious. |
Is this good to squash and merge? |
I think so. |
This change adds Dockerfiles and associated GitHub actions to build Windows Docker images for nightlies and releases.