github.com/gernest/nezuko@v0.1.2/internal/cfg/zosarch.go (about)

     1  // Code generated by go tool dist; DO NOT EDIT.
     2  
     3  package cfg
     4  
     5  var OSArchSupportsCgo = map[string]bool{
     6  	"aix/ppc64":       false,
     7  	"android/386":     true,
     8  	"android/amd64":   true,
     9  	"android/arm":     true,
    10  	"android/arm64":   true,
    11  	"darwin/386":      true,
    12  	"darwin/amd64":    true,
    13  	"darwin/arm":      true,
    14  	"darwin/arm64":    true,
    15  	"dragonfly/amd64": true,
    16  	"freebsd/386":     true,
    17  	"freebsd/amd64":   true,
    18  	"freebsd/arm":     false,
    19  	"js/wasm":         false,
    20  	"linux/386":       true,
    21  	"linux/amd64":     true,
    22  	"linux/arm":       true,
    23  	"linux/arm64":     true,
    24  	"linux/mips":      true,
    25  	"linux/mips64":    true,
    26  	"linux/mips64le":  true,
    27  	"linux/mipsle":    true,
    28  	"linux/ppc64":     false,
    29  	"linux/ppc64le":   true,
    30  	"linux/riscv64":   true,
    31  	"linux/s390x":     true,
    32  	"linux/sparc64":   true,
    33  	"nacl/386":        false,
    34  	"nacl/amd64p32":   false,
    35  	"nacl/arm":        false,
    36  	"netbsd/386":      true,
    37  	"netbsd/amd64":    true,
    38  	"netbsd/arm":      true,
    39  	"openbsd/386":     true,
    40  	"openbsd/amd64":   true,
    41  	"openbsd/arm":     true,
    42  	"plan9/386":       false,
    43  	"plan9/amd64":     false,
    44  	"plan9/arm":       false,
    45  	"solaris/amd64":   true,
    46  	"windows/386":     true,
    47  	"windows/amd64":   true,
    48  	"windows/arm":     false,
    49  }