linux ARM64 build of YCServer/YCCaster
-
Is there any possibility of linux ARM64 binaries being compiled?
I would like to use it on an small arm based SBC, alongside YCCaster to make a compact server/caster for use without internet, but within a wifi network.
-
@arpaterson Yes, It is possible. I will compile it to ARM and send you a link later this week.
-
@arpaterson So I have added the Arm64 version to our build pipeline. It works on my raspberry pi 3. To install the caster you need :
wget https://yccaster.s3.eu-central-1.amazonaws.com/bin/1.0.4/linux-arm64/yccaster && chmod +x yccaster ./yccaster init ./yccaster
Have fun