andrew-d / static-binaries

Various *nix tools built as statically-linked binaries
Other
3.1k stars 566 forks source link

how to compile for windows #20

Closed darkr4y closed 1 year ago

darkr4y commented 6 years ago

I follow the guide from README.MD

cd FOO
docker build -t static-binaries-FOO .
docker run -v `pwd`/../binaries:/output static-binaries-FOO

but only linux version compiled. could u help me hand this out ?