tbenz9 / siasync

miniscule utility to sync a folder with Sia
MIT License
67 stars 10 forks source link

generate and support arm binaries #20

Open c-nv-s opened 4 years ago

c-nv-s commented 4 years ago

is it possible for you to build and support binaries for arm6/7 and arm64 as well please

chrsch commented 4 years ago

You can easily compile arm binaries using go. Since I have an arm64 available I compiled a latest siasync version, you can find it on my fork here https://github.com/vcomtec/siasync/tree/1.1.0-vcomtec.

c-nv-s commented 4 years ago

You can easily compile arm binaries using go. Since I have an arm64 available I compiled a latest siasync version, you can find it on my fork here https://github.com/vcomtec/siasync/tree/1.1.0-vcomtec.

Thanks