Update controller version to 16.5 #325
release.yaml
on: push
build-and-push-image
3m 30s
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|