On Tue, Jan 9, 2018 at 2:18 PM evan <gofans...@gmail.com> wrote:

> i have a 64bit windows 10 development machine. some of the machines in
our production environment are still 32bit windows 8.x and 7.x machines.
>
> would it be possible for me to create exe's for those 32 bit machines
from my 64bit development machine? if yes, how?

On Linux it would be

$ GOARCH=386 go build

On Windows the command may be different.


-- 

-j

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to