TMSU icon indicating copy to clipboard operation
TMSU copied to clipboard

Binaries for other architectures

Open oniony opened this issue 11 years ago • 2 comments

I manually compile the i686 binary on my own laptop and am now able to use the Codeship build server for an x86-64 binary. However it would be useful to have binaries available for a range of architectures.

Need to find a way of automatically producing builds for different architectures, ideally on a continuous integration basis.

oniony avatar Dec 06 '14 18:12 oniony

goxc Is probably what you want here. I dont know of any CI tools that integrate it but I may just be ignorant.

danwakefield avatar Dec 29 '14 02:12 danwakefield

Thanks, I'll check it out. I didn't have any luck with cross compiling in the past because of the C portion of the Sqlite library.

Thanks, Paul On 29 Dec 2014 02:17, "Daniel Wakefield" [email protected] wrote:

goxc https://github.com/laher/goxc Is probably what you want here. I dont know of any CI tools that integrate it but I may just be ignorant.

— Reply to this email directly or view it on GitHub https://github.com/oniony/TMSU/issues/4#issuecomment-68227698.

oniony avatar Dec 29 '14 13:12 oniony