jiro4989 / nimjson

nimjson generates nim object definitions from json documents.
https://jiro4989.github.io/nimjson/nimjson.html
MIT License
52 stars 5 forks source link

Release assets for ARM64 #38

Open vanillajonathan opened 1 year ago

vanillajonathan commented 1 year ago

Build nimjson with GitHub Actions for ARM64 / AArch64.

jiro4989 commented 11 months 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?

vanillajonathan commented 11 months ago

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.

jiro4989 commented 11 months ago

Good. I'll test it on Android.