-
Notifications
You must be signed in to change notification settings - Fork 83
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
Windows Container Support #149
Comments
Thanks, @viceice for reporting. This was something I planned for a while. Never had the time to get to it. This shouldn't be hard to achieve with We'd really appreciate your contributions. So help wanted :) |
I'll see what i can do. It currently has a low prio. |
This seems like it was implemented as part of GitHub actions used with Goreleaser here:
However, I don't see specific Windows builds on Docker Hub for drone-cache. I'll look into this more and figure out what's missing from goreleaser to get this through |
Upon further investigation it seems like the upstream dependency for I am unsure if go-ieproxy#44 will fix these build issues with Drone Cache (via Goreleaser) or not, but when this is merged we can certainly try and attempt to re-enable Windows based builds. I will use this issue to track the Windows compiling issues as well. example failure for Windows (any ARCH):
|
Is your feature request related to a problem? Please describe.
I Like to use this plugin on a windows container runtime.
Describe the solution you'd like
Publish multiarch docker images.
Describe alternatives you've considered
Building multiarch docker images myself as already done here 🙃
Additional context
noThe text was updated successfully, but these errors were encountered: