Skip to content

Merge branch 'main' into dependabot/go_modules/k8s.io/client-go-0.29.1 #270

Merge branch 'main' into dependabot/go_modules/k8s.io/client-go-0.29.1

Merge branch 'main' into dependabot/go_modules/k8s.io/client-go-0.29.1 #270

Triggered via push October 11, 2024 03:34
Status Failure
Total duration 3m 18s
Artifacts

release.yaml

on: push
build-and-push-image
3m 9s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; if [ \"${TARGETARCH}\" = \"arm64\" ] && [ \"${BUILDARCH}\" != \"arm64\" ]; then export CC=aarch64-linux-musl-gcc CXX=aarch64-linux-musl-g++; elif [ \"${TARGETARCH}\" = \"amd64\" ] && [ \"${BUILDARCH}\" != \"amd64\" ]; then export CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g++; fi; export GOOS=linux GOARCH=$TARGETARCH CGO_ENABLED=1 LDFLAGS='-linkmode external -extldflags \"-static\"' CGO_CFLAGS=\"-I/rocksdb/include\" CGO_LDFLAGS=\"-L/rocksdb -L/usr/lib -L/lib -lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy -llz4 -lzstd\"; go build -tags 'rocksdb pebbledb' -ldflags \"-X github.com/strangelove-ventures/cosmos-operator/internal/version.version=$VERSION $LDFLAGS\" -a -o manager ." did not complete successfully: exit code: 1
build-and-push-image
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/