markdown-extract icon indicating copy to clipboard operation
markdown-extract copied to clipboard

Action only works on linux images

Open plutonium-239 opened this issue 3 months ago • 0 comments

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.

plutonium-239 avatar Sep 10 '25 22:09 plutonium-239