mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
The go and Debian/Ubuntu architecture names are extremly close and there was a typo in one of them (i386->386). In addition to fixing the typo this commit also includes a list of known architectures from the go source directly to ensure this change is correct. There is no exported list of available architectures so it had to be copied. There is `go tool dist list` which will list all supported combinations of os/arch but the downside of using this is that when architecture support gets dropped in the future the test would start failing for no good reason.