updating kubebuilder to 4.10.1 #5478
integration.yml
on: pull_request
check_docs_only
6s
integration
8m 40s
Annotations
2 errors
|
integration
Process completed with exit code 2.
|
|
integration
cannot use 3 (untyped int constant) as *int32 value in assignment\n------\nDockerfile:22\n--------------------\n 20 | # the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,\n 21 | # by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.\n 22 | >>> RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go\n 23 | \n 24 | # Use distroless as minimal base image to package the manager binary\n--------------------\nERROR: failed to build: failed to solve: process \"/bin/sh -c CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go\" did not complete successfully: exit code: 1\nmake[1]: *** [Makefile:195: docker-build] Error 1\nmake[1]: Leaving directory '/home/runner/work/operator-sdk/operator-sdk/test/integration/e2e-foal'\n": exit status 2
|