Compiling go binaries for different platforms
To compile a go binary for alternate operating systems, for example using jenkins to compile a windows binary on a linux OS, you need to specify the OS and ARCH of the target platform.
To compile a go binary for alternate operating systems, for example using jenkins to compile a windows binary on a linux OS, you need to specify the OS and ARCH of the target platform.
Member discussion