Files
Michael Vogt 54a319444f arch: fix incorrect architecture name in arch.Endian() (#13036)
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.
2023-07-31 08:59:47 -03:00
..
2020-06-03 13:50:05 +01:00
2020-06-03 13:50:05 +01:00