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
Squashed 'release-tools/' changes from 670bb0ef1..de2fba88b
de2fba88b Merge pull request #233 from andyzhangx/andyzhangx-patch-1
cee895e1f remove windows 20H2 build since it's EOL long time ago
git-subtree-dir: release-tools
git-subtree-split: de2fba88becec7dec6744355a8ddb0057c5fe2f9
configvar CSI_PROW_BUILD_PLATFORMS "linux amd64 amd64; linux ppc64le ppc64le -ppc64le; linux s390x s390x -s390x; linux arm arm -arm; linux arm64 arm64 -arm64; linux arm arm/v7 -armv7; windows amd64 amd64 .exe nanoserver:1809 servercore:ltsc2019; windows amd64 amd64 .exe nanoserver:20H2 servercore:20H2; windows amd64 amd64 .exe nanoserver:ltsc2022 servercore:ltsc2022""Go target platforms (= GOOS + GOARCH) and file suffix of the resulting binaries"
81
+
configvar CSI_PROW_BUILD_PLATFORMS "linux amd64 amd64; linux ppc64le ppc64le -ppc64le; linux s390x s390x -s390x; linux arm arm -arm; linux arm64 arm64 -arm64; linux arm arm/v7 -armv7; windows amd64 amd64 .exe nanoserver:1809 servercore:ltsc2019; windows amd64 amd64 .exe nanoserver:ltsc2022 servercore:ltsc2022""Go target platforms (= GOOS + GOARCH) and file suffix of the resulting binaries"
82
82
83
83
# If we have a vendor directory, then use it. We must be careful to only
84
84
# use this for "make" invocations inside the project's repo itself because
0 commit comments