Update cd.yaml #14
Annotations
1 error and 2 warnings
Build and push multi-arch latest image
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c VERSION=$(echo ${REDIS_VERSION} | sed -e \"s/^v//g\"); case \"${VERSION}\" in latest | stable) REDIS_DOWNLOAD_URL=\"http://download.redis.io/redis-stable.tar.gz\" && VERSION=\"stable\";; *) REDIS_DOWNLOAD_URL=\"http://download.redis.io/releases/redis-${VERSION}.tar.gz\";; esac; curl -fL -Lo redis-${VERSION}.tar.gz ${REDIS_DOWNLOAD_URL}; tar xvzf redis-${VERSION}.tar.gz; arch=\"$(uname -m)\"; extraJemallocConfigureFlags=\"--with-lg-page=16\"; if [ \"$arch\" = \"aarch64\" ] || [ \"$arch\" = \"arm64\" ]; then sed -ri 's!cd jemalloc && ./configure !&'\"$extraJemallocConfigureFlags\"' !' /tmp/redis-${VERSION}/deps/Makefile; fi; export BUILD_TLS=yes; make -C redis-${VERSION} all; make -C redis-${VERSION} install" did not complete successfully: exit code: 2
|
Build and push multi-arch latest image
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build and push multi-arch latest image
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading