massimocandela / geofeed-finder

Utility to find geofeed files linked from rpsl.
BSD 3-Clause "New" or "Revised" License
74 stars 8 forks source link

Add ARM64 binaries to build.sh #29

Closed sid6mathur closed 1 year ago

sid6mathur commented 1 year ago

Linux on ARM64 is primary request here as both Azure and AWS provide ARM64 servers. MacOS on ARM64 is documented but commented out for now. Feel free to uncomment that line if it works on your build machine. Thank you! :)

massimocandela commented 1 year ago

Thanks @s8mathur for this PR. I have been trying to make it work but I never succeeded in compiling the arm64 package (it fails before the signature). I'm thinking to delegate this to github actions on linux and use this Please, give it a look and let me know if you manage to make it run.

sid6mathur commented 1 year ago

Thanks @s8mathur for this PR. I have been trying to make it work but I never succeeded in compiling the arm64 package (it fails before the signature). I'm thinking to delegate this to github actions on linux and use this Please, give it a look and let me know if you manage to make it run.

Yes, it's Ok to go ahead with the new build tools.

The commit 31d7a1d commit also works for me on Ubuntu with the latest LTS Node.js on AMD64 (crosscompile OK for ARM64 target)