Comment 2 for bug 1597845

Revision history for this message
Michael Vogt (mvo) wrote :

What version of snappy/snapd is used for this?

Could you please paste the output of:
$ snap list

I think the wrapper script is actually wrong here, it should not check the kernel (uname -i) but instead the go architecture. With the latest code where we do not use a "fat" binary we should probably just change the build script.
In the meantime `dpkg --print-architecture` (while we still have it) might be enough.
Thanks,
 Michael