Home | History | Annotate | Download | only in src

Lines Matching refs:GOARCH

23 if [ "$GOARCH" != "arm" ] && [ "$GOARCH" != "arm64" ]; then
24 echo "iostest.bash requires GOARCH=arm or GOARCH=arm64, got GOARCH=$GOARCH" 1>&2
27 if [ "$GOARCH" == "arm" ]; then
59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
60 -o ../bin/go_darwin_${GOARCH}_exec \
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)