markdown-extract
markdown-extract copied to clipboard
Action only works on linux images
Since the action uses docker (why?), it cannot be used on anything except linux images.
I needed a build for windows, so I've simply done this, and made a release for myself.
Is there any hope of seeing a first party compiled binary? I don't get why docker is being used when you can just compile a binary for whatever using github actions. This is coming from someone who has 0 knowledge of rust, I just looked up the cargo documentation for 5 minutes.