Hey,
I've tried to run this on ARM64 but it failed with format exec error, are there any plans on making it compatible with ARM64 ?
Would love to use it for my raspberry pis.
I guess we can cross-compile the source code into a binary using the following env variables:
GOOS=linux
GOARCH=arm64
Thanks,
Eden
Hey,
I've tried to run this on ARM64 but it failed with format exec error, are there any plans on making it compatible with ARM64 ?
Would love to use it for my raspberry pis.
I guess we can cross-compile the source code into a binary using the following env variables:
GOOS=linux
GOARCH=arm64
Thanks,
Eden