Linux aarch64 not supported
DeAngelo-png opened this issue · 3 comments
Please add support for linux_aarch64
dpkg: error processing archive ipinfo_3.2.0.deb (--install): package architecture (amd64) does not match system (aarch64) Errors were encountered while processing: ipinfo_3.2.0.deb
We currently ship binaries for the following archs on Linux:
linux_386
linux_amd64
linux_arm
linux_arm64 (your desired arch, i.e. aarch64)
Our current deb
file (separately downloaded or via the Ubuntu PPA) only supports amd64, but we'll look to see how we can add support for multiple archs in those.
In the meantime can you use an alternative install mechanism, namely the curl
/wget
one to download for your specific arch? https://github.com/ipinfo/cli?tab=readme-ov-file#using-curlwget
Thank you for your response.
Looks like as of latest updates (incl introduction of https://ppa.ipinfo.net/) this issue is no longer relevant.