smtprelay icon indicating copy to clipboard operation
smtprelay copied to clipboard

Also build arm

Open MAGICCC opened this issue 1 year ago • 2 comments

This PR allows to build arm in 32bit

MAGICCC avatar Dec 27 '23 21:12 MAGICCC

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.

decke avatar Dec 27 '23 22:12 decke

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...

MAGICCC avatar Dec 29 '23 17:12 MAGICCC