Open vanillajonathan opened 1 year ago
@vanillajonathan Sorry. I don't have an ARM64 environment. And GitHub Actions only supports amd64 architecture. Therefore, even if I generate a binary for ARM64, there is no way to test it. Do know how to test in ARM64 environment?
I am not sure, but if you have an Android phone you can transfer the nimjson
binary to the phone, then open up a remote from the computer by plugging into the computer using a USB cable and run adb shell
on the computer (you need to enable Developer Mode on Android, then enable USB debugging, then confirm that you trust the computer).
There are also terminal emulator apps for Android on Play Store, for example Termux.
Cloud service providers such as Azure, Amazon, etc have virtual machines. They might have free trials.
Good. I'll test it on Android.
Build nimjson with GitHub Actions for ARM64 / AArch64.