inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

Support for amd64 architecture #76

Closed uschmann closed 3 years ago

uschmann commented 3 years ago

Hi i am trying to install inspect on my ubuntu amd64 machine.

If i run this:

sudo dpkg -i Inspect-0.7.0-linux-arm64.deb

I get this error message:

dpkg: error processing archive Inspect-0.7.0-linux-arm64.deb (--install):
 package architecture (arm64) does not match system (amd64)
Errors were encountered while processing:
 Inspect-0.7.0-linux-arm64.deb

Where can i get the am64 version? Or is this not supported?

Thanks in advance

auchenberg commented 3 years ago

You should be able to grab the correct deb for your platform on https://github.com/inspectdev/inspect-release/releases/tag/v0.7.0

auchenberg commented 3 years ago

Updated link on /downloads to GitHub releases to clarify what builds that are available.