Searched refs:goos (Results 1 – 2 of 2) sorted by relevance
28 goos=$230 if [ "$goos" == "windows" ]; then suffix=".exe"; else suffix=""; fi35 …CGO_ENABLED=0 GOARCH=$goarch GOOS=$goos go build -o ${1}/${td}${suffix} ${task_drivers_dir}/${td}/…
992 func (b *jobBuilder) buildTaskDrivers(goos, goarch string) string { argument993 name := BUILD_TASK_DRIVERS_PREFIX + "_" + goos + "_" + goarch998 goos,1597 goos := "linux"1599 goos = "windows"1602 goos = "darwin"1608 b.dep(b.buildTaskDrivers(goos, "amd64"), b.compile())