You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ! [ $${#os_arch_seen_pre} = $${#OS_ARCH_SEEN} ]; then \
88
+
continue; \
89
+
fi; \
82
90
if ! (set -x; CGO_ENABLED=0 GOOS="$$os" GOARCH="$$arch" go build $(GOFLAGS_VENDOR) -a -ldflags '$(FULL_LDFLAGS)' -o "./bin/$*$$suffix" ./cmd/$*); then \
83
91
echo "Building $* for GOOS=$$os GOARCH=$$arch failed, see error(s) above."; \
Copy file name to clipboardExpand all lines: prow.sh
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ version_to_git () {
77
77
esac
78
78
}
79
79
80
-
configvar CSI_PROW_BUILD_PLATFORMS "linux amd64; windows amd64 .exe; linux ppc64le -ppc64le; linux s390x -s390x; linux arm64 -arm64""Go target platforms (= GOOS + GOARCH) and file suffix of the resulting binaries"
80
+
configvar CSI_PROW_BUILD_PLATFORMS "linux amd64; linux ppc64le -ppc64le; linux s390x -s390x; linux arm64 -arm64; windows amd64 .exe nanoserver:ltsc2019 servercore:ltsc2019; windows amd64 .exe nanoserver:1909 servercore:1909; windows amd64 .exe nanoserver:2004 servercore:2004; windows amd64 .exe nanoserver:20H2 servercore:20H2""Go target platforms (= GOOS + GOARCH) and file suffix of the resulting binaries"
81
81
82
82
# If we have a vendor directory, then use it. We must be careful to only
83
83
# use this for "make" invocations inside the project's repo itself because
0 commit comments