Recent runs || View in Spyglass
PR | dependabot[bot]: build(deps): bump k8s.io/client-go from 0.26.0 to 0.26.1 |
Result | ABORTED |
Tests | 0 failed / 0 succeeded |
Started | |
Elapsed | 6m40s |
Revision | c8da4a342f97dc5c321de59f40971c29d1ecad00 |
Refs |
853 |
... skipping 65 lines ... export os_arch_seen="" && echo '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' | tr ';' '\n' | while read -r os arch buildx_platform suffix base_image addon_image; do \ os_arch_seen_pre=${os_arch_seen%%$os-$arch-$buildx_platform*}; \ if ! [ ${#os_arch_seen_pre} = ${#os_arch_seen} ]; then \ continue; \ fi; \ if ! (set -x; cd ./cmd/csi-provisioner && CGO_ENABLED=0 GOOS="$os" GOARCH="$arch" go build -mod=vendor -a -ldflags ' -X main.version=v3.4.0-8-g544fbe8db -extldflags "-static"' -o "/home/prow/go/src/github.com/kubernetes-csi/external-provisioner/bin/csi-provisioner$suffix" .); then \ echo "Building csi-provisioner for GOOS=$os GOARCH=$arch failed, see error(s) above."; \ exit 1; \ fi; \ os_arch_seen+=";$os-$arch-$buildx_platform"; \ done + cd ./cmd/csi-provisioner + CGO_ENABLED=0 ... skipping 9 lines ...