trivrost icon indicating copy to clipboard operation
trivrost copied to clipboard

Cross-Build Mac and Windows binaries from linux

Open dragetd opened this issue 4 years ago • 3 comments

Is your feature request related to a problem? Please describe. Requiring CI runner with Windows and Mac can be a huge PITA.

Describe the solution you'd like Enable building windows/mac binaries under Linux.

Related to #162

dragetd avatar Nov 16 '20 09:11 dragetd

There is a nice blog entry about someone building a docker image to build go with cgo for Windows under Linux https://dh1tw.de/2019/12/cross-compiling-golang-cgo-projects/

dragetd avatar Apr 14 '21 11:04 dragetd

Major reason for why Windows is a problem is the need to make RDP logins to enable signing capability.

  • https://gist.github.com/trollixx/6abc5c3769c621ecc485

MMulthaupt avatar Apr 14 '21 11:04 MMulthaupt

Possible signing fix https://stackoverflow.com/questions/18287960/signing-windows-application-on-linux-based-distros ?

dragetd avatar Apr 14 '21 12:04 dragetd