Build docker #5
Annotations
1 error and 1 warning
|
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p build/_output/bin && if [ \"${TARGETPLATFORM}\" = \"linux/arm64\" ]; then apt-get update -y && apt-get install gcc-aarch64-linux-gnu -y && export CC=aarch64-linux-gnu-gcc; fi && if [ \"${TARGETPLATFORM}\" = \"linux/amd64\" ]; then apt-get update -y && apt-get install gcc-x86-64-linux-gnu -y && export CC=x86_64-linux-gnu-gcc; fi && CGO_ENABLED=$OPERATOR_CGO_ENABLED GOARCH=${TARGETARCH} GOOS=$GOOS GO_LDFLAGS=$GO_LDFLAGS go build -ldflags \"-w -s -X main.GitCommit=$GIT_COMMIT -X main.GitBranch=$GIT_BRANCH\" -o build/_output/bin/postgres-operator ./cmd/postgres-operator && CGO_ENABLED=$EXTENSION_INSTALLER_CGO_ENABLED GOARCH=${TARGETARCH} GOOS=$GOOS GO_LDFLAGS=$GO_LDFLAGS go build -ldflags \"-w -s -X main.GitCommit=$GIT_COMMIT -X main.GitBranch=$GIT_BRANCH\" -o build/_output/bin/extension-installer ./cmd/extension-installer && cp -r build/_output/bin/postgres-operator /usr/local/bin/postgres-operator && cp -r build/_output/bin/extension-installer /usr/local/bin/extension-installer" did not complete successfully: exit code: 1
|
|
build
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|