github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/pkg/sysinfo/sysinfo_linux_386.go (about) 1 package sysinfo 2 3 // Architecture returns the system's architecture. 4 func Architecture() ArchType { 5 return I386 6 }