Lines Matching refs:goos
37 forceCtx = flag.String("contexts", "", "optional comma-separated list of <goos>-<goarch>[-cgo] to override default contexts.")
43 {GOOS: "linux", GOARCH: "386", CgoEnabled: true},
44 {GOOS: "linux", GOARCH: "386"},
45 {GOOS: "linux", GOARCH: "amd64", CgoEnabled: true},
46 {GOOS: "linux", GOARCH: "amd64"},
47 {GOOS: "linux", GOARCH: "arm", CgoEnabled: true},
48 {GOOS: "linux", GOARCH: "arm"},
49 {GOOS: "darwin", GOARCH: "386", CgoEnabled: true},
50 {GOOS: "darwin", GOARCH: "386"},
51 {GOOS: "darwin", GOARCH: "amd64", CgoEnabled: true},
52 {GOOS: "darwin", GOARCH: "amd64"},
53 {GOOS: "windows", GOARCH: "amd64"},
54 {GOOS: "windows", GOARCH: "386"},
55 {GOOS: "freebsd", GOARCH: "386", CgoEnabled: true},
56 {GOOS: "freebsd", GOARCH: "386"},
57 {GOOS: "freebsd", GOARCH: "amd64", CgoEnabled: true},
58 {GOOS: "freebsd", GOARCH: "amd64"},
59 {GOOS: "freebsd", GOARCH: "arm", CgoEnabled: true},
60 {GOOS: "freebsd", GOARCH: "arm"},
61 {GOOS: "netbsd", GOARCH: "386", CgoEnabled: true},
62 {GOOS: "netbsd", GOARCH: "386"},
63 {GOOS: "netbsd", GOARCH: "amd64", CgoEnabled: true},
64 {GOOS: "netbsd", GOARCH: "amd64"},
65 {GOOS: "netbsd", GOARCH: "arm", CgoEnabled: true},
66 {GOOS: "netbsd", GOARCH: "arm"},
67 {GOOS: "openbsd", GOARCH: "386", CgoEnabled: true},
68 {GOOS: "openbsd", GOARCH: "386"},
69 {GOOS: "openbsd", GOARCH: "amd64", CgoEnabled: true},
70 {GOOS: "openbsd", GOARCH: "amd64"},
74 s := c.GOOS + "-" + c.GOARCH
87 GOOS: parts[0],
394 context.GOOS: true,
495 ctxt = fmt.Sprintf("%s-%s", w.context.GOOS, w.context.GOARCH)