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