smtprelay
smtprelay copied to clipboard
Also build arm
This PR allows to build arm in 32bit
And why would we need that? ARM 32bit is a legacy platform about as exotic as i386, mips, etc. and I don't plan to provide binaries for each and every possible platform. I am really glad that using Go to cross compile is so easy.
I even generate binaries for OpenWRT on ramips but I am probably the only one using that.
My thought was to provide easy access for binaries for e.g. RPIs (yes some users still use 32bit). Of course we can use go build
, but having the binaries ready would be nicer...